ContentType

enum ContentType

Internal enumeration type used to identify the type-erased PDFTableContent/content

  • Undefined content type

    Declaration

    Swift

    case none
  • Content is a string value

    Declaration

    Swift

    case string
  • Content is an attributed string

    Declaration

    Swift

    case attributedString
  • Content is an image

    Declaration

    Swift

    case image