ImportFormat
public enum ImportFormat : CustomStringConvertible, JSONRepresentable
The import format of the incoming Paper doc content.
-
The provided data is interpreted as standard HTML.
Declaration
Swift
case html
-
The provided data is interpreted as markdown.
Declaration
Swift
case markdown
-
The provided data is interpreted as plain text.
Declaration
Swift
case plainText
-
An unspecified error.
Declaration
Swift
case other
-
Declaration
Swift
public var description: String { get }