PaperDownloadFormat
public enum PaperDownloadFormat : CustomStringConvertible, JSONRepresentable
The PaperDownloadFormat union
-
An unspecified error.
Declaration
Swift
case docx -
An unspecified error.
Declaration
Swift
case html -
An unspecified error.
Declaration
Swift
case markdown -
An unspecified error.
Declaration
Swift
case pdf -
An unspecified error.
Declaration
Swift
case other -
Declaration
Swift
public var description: String { get }
View on GitHub
PaperDownloadFormat Enumeration Reference