DBPAPERExportFormatTag
Objective-C
enum DBPAPERExportFormatTag : NSInteger {}
Swift
@frozen enum DBPAPERExportFormatTag : Int, @unchecked Sendable
The DBPAPERExportFormatTag
enum type represents the possible tag states
with which the DBPAPERExportFormat
union can exist.
-
The HTML export format.
Declaration
Objective-C
DBPAPERExportFormatHtml
Swift
case html = 0
-
The markdown export format.
Declaration
Objective-C
DBPAPERExportFormatMarkdown
Swift
case markdown = 1
-
(no description).
Declaration
Objective-C
DBPAPERExportFormatOther
Swift
case other = 2