Structure Enumerations
-
Undocumented
See moreDeclaration
Objective-C
enum PTContentItemType { /// marked-content reference. e_ptMCR, /// marked-content identifier. e_ptMCID, /// object reference dictionary. e_ptOBJR, /// unknown content type. e_ptc_Unknown }
Swift
struct PTContentItemType : Equatable, RawRepresentable