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
DBPAPERExportFormatHtmlSwift
case html = 0 - 
                  
                  
The markdown export format.
Declaration
Objective-C
DBPAPERExportFormatMarkdownSwift
case markdown = 1 - 
                  
                  
(no description).
Declaration
Objective-C
DBPAPERExportFormatOtherSwift
case other = 2 
View on GitHub
        DBPAPERExportFormatTag Enumeration Reference