ExportFormat
public enum ExportFormat : CustomStringConvertible, JSONRepresentable
The desired export format of the Paper doc.
-
The HTML export format.
Declaration
Swift
case html -
The markdown export format.
Declaration
Swift
case markdown -
An unspecified error.
Declaration
Swift
case other -
Declaration
Swift
public var description: String { get }
View on GitHub
ExportFormat Enumeration Reference