TextStyleDefinition
public struct TextStyleDefinition : XMLRepresentable
Undocumented
-
The text styles of the text style definition.
Declaration
Swift
public var textStyles: [TextStyle] -
The identifier of the text style definition.
Declaration
Swift
public let id: String -
The name of the text style definition.
Declaration
Swift
public var name: String? -
Initializes a new text style definition.
Declaration
Swift
public init(id: String)Parameters
idThe identifier of the text style definition.
TextStyleDefinition Structure Reference