PDFListItemSymbol

public enum PDFListItemSymbol: RawRepresentable, PDFJSONSerializable

Undocumented

  • Undocumented

    Declaration

    Swift

    case none
  • Undocumented

    Declaration

    Swift

    case inherit
  • dot

    Undocumented

    Declaration

    Swift

    case dot
  • Undocumented

    Declaration

    Swift

    case dash
  • Undocumented

    Declaration

    Swift

    case custom(value: String)
  • Undocumented

    Declaration

    Swift

    case numbered(value: String?)