DBTEAMLOGPaperDownloadFormatTag
Objective-C
enum DBTEAMLOGPaperDownloadFormatTag : NSInteger {}
Swift
@frozen enum DBTEAMLOGPaperDownloadFormatTag : Int, @unchecked Sendable
The DBTEAMLOGPaperDownloadFormatTag enum type represents the possible tag
states with which the DBTEAMLOGPaperDownloadFormat union can exist.
-
(no description).
Declaration
Objective-C
DBTEAMLOGPaperDownloadFormatDocxSwift
case docx = 0 -
(no description).
Declaration
Objective-C
DBTEAMLOGPaperDownloadFormatHtmlSwift
case html = 1 -
(no description).
Declaration
Objective-C
DBTEAMLOGPaperDownloadFormatMarkdownSwift
case markdown = 2 -
(no description).
Declaration
Objective-C
DBTEAMLOGPaperDownloadFormatPdfSwift
case pdf = 3 -
(no description).
Declaration
Objective-C
DBTEAMLOGPaperDownloadFormatOtherSwift
case other = 4
View on GitHub
DBTEAMLOGPaperDownloadFormatTag Enumeration Reference