DBPAPERPaperDocExport
Objective-C
@interface DBPAPERPaperDocExport
: DBPAPERRefPaperDoc <DBSerializable, NSCopying>
Swift
class DBPAPERPaperDocExport : DBPAPERRefPaperDoc, DBSerializable, NSCopying
The PaperDocExport
struct.
This class implements the DBSerializable
protocol (serialize and
deserialize instance methods), which is required for all Obj-C SDK API route
objects.
-
(no description).
Declaration
Objective-C
@property (nonatomic, readonly) DBPAPERExportFormat *_Nonnull exportFormat;
Swift
var exportFormat: DBPAPERExportFormat { get }
-
Full constructor for the struct (exposes all instance variables).
Declaration
Objective-C
- (nonnull instancetype)initWithDocId:(nonnull NSString *)docId exportFormat: (nonnull DBPAPERExportFormat *)exportFormat;
Swift
init(docId: String, exportFormat: DBPAPERExportFormat)
Parameters
docId
The Paper doc ID.
exportFormat
(no description).
Return Value
An initialized instance.