PaperCreateArg
public class PaperCreateArg : CustomStringConvertible, JSONRepresentable
The PaperCreateArg struct
-
The fully qualified path to the location in the user’s Dropbox where the Paper Doc should be created. This should include the document’s title and end with .paper.
Declaration
Swift
public let path: String
-
The format of the provided data.
Declaration
Swift
public let importFormat: Files.ImportFormat
-
Declaration
Swift
public var description: String { get }