TextStyleDefinition

public struct TextStyleDefinition : XMLRepresentable

Undocumented

  • The text styles of the text style definition.

    Declaration

    Swift

    public var textStyles: [TextStyle]
  • id

    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

    id

    The identifier of the text style definition.