module:model/DisplayApplianceDocumentPage

module:model/DisplayApplianceDocumentPage

new module:model/DisplayApplianceDocumentPage()

Source:

Constructs a new DisplayApplianceDocumentPage.

Members

(inner) docPageCountTotal :Number

Source:
Type:
  • Number

(inner) documentId :String

Source:

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

Source:
Type:
  • String

(inner) extension :String

Source:
Type:
  • String

(inner) height72DPI :Number

Source:
Type:
  • Number

(inner) isAttachmentType :Boolean

Source:
Type:
  • Boolean

(inner) page :Number

Source:
Type:
  • Number

(inner) pageId :String

Source:
Type:
  • String

(inner) type :String

Source:
Type:
  • String

(inner) width72DPI :Number

Source:
Type:
  • Number

Methods

(static) constructFromObject(data, obj) → {module:model/DisplayApplianceDocumentPage}

Source:

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.

Type
module:model/DisplayApplianceDocumentPage