ContentType
public enum ContentType : String, CustomStringConvertible, Codable
Undocumented
-
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"
-
Undocumented
Declaration
Swift
case ppt = "PPT"
-
Declaration
Swift
public var description: String { get }