ContentType

public enum ContentType : String, CustomStringConvertible, Codable

Undocumented

  • pdf

    Undocumented

    Declaration

    Swift

    case pdf = "PDF"
  • Undocumented

    Declaration

    Swift

    case html = "HTML"
  • Undocumented

    Declaration

    Swift

    case msWord = "MS_WORD"
  • Undocumented

    Declaration

    Swift

    case plainText = "PLAIN_TEXT"
  • ppt

    Undocumented

    Declaration

    Swift

    case ppt = "PPT"
  • Declaration

    Swift

    public var description: String { get }