new module:model/DisplayApplianceDocumentPage()
Constructs a new DisplayApplianceDocumentPage
.
Members
(inner) docPageCountTotal :Number
Type:
- Number
(inner) documentId :String
Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute.
Type:
- String
(inner) documentName :String
Type:
- String
(inner) extension :String
Type:
- String
(inner) height72DPI :Number
Type:
- Number
(inner) isAttachmentType :Boolean
Type:
- Boolean
(inner) page :Number
Type:
- Number
(inner) pageId :String
Type:
- String
(inner) type :String
Type:
- String
(inner) width72DPI :Number
Type:
- Number
Methods
(static) constructFromObject(data, obj) → {module:model/DisplayApplianceDocumentPage}
Constructs a DisplayApplianceDocumentPage
from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data
to obj
if supplied or a new instance if not.
Parameters:
Name | Type | Description |
---|---|---|
data |
Object | The plain JavaScript object bearing properties of interest. |
obj |
module:model/DisplayApplianceDocumentPage | Optional instance to populate. |
Returns:
The populated DisplayApplianceDocumentPage
instance.