PaperDocUpdatePolicy
public enum PaperDocUpdatePolicy : CustomStringConvertible, JSONRepresentable
The PaperDocUpdatePolicy union
-
The content will be appended to the doc.
Declaration
Swift
case append
-
The content will be prepended to the doc. The doc title will not be affected.
Declaration
Swift
case prepend
-
The document will be overwitten at the head with the provided content.
Declaration
Swift
case overwriteAll
-
An unspecified error.
Declaration
Swift
case other
-
Declaration
Swift
public var description: String { get }