module:model/DocumentHtmlDefinition

module:model/DocumentHtmlDefinition

new module:model/DocumentHtmlDefinition()

Source:

Constructs a new DocumentHtmlDefinition.
Holds the properties that define how to generate the responsive-formatted HTML for the document. See Responsive signing in the eSignature concepts guide.

Members

(inner) displayAnchorPrefix :String

Source:
Type:
  • String

(inner) displayAnchors :Array.<module:model/DocumentHtmlDisplayAnchor>

Source:
Type:

(inner) displayOrder :String

Source:
Type:
  • String

(inner) displayPageNumber :String

Source:
Type:
  • String

(inner) documentGuid :String

Source:
Type:
  • String

(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) headerLabel :String

Source:
Type:
  • String

(inner) maxScreenWidth :String

Source:
Type:
  • String

(inner) removeEmptyTags :String

Source:
Type:
  • String

(inner) showMobileOptimizedToggle :String

Source:
Type:
  • String

(inner) source :String

Source:
Type:
  • String

Methods

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

Source:

Constructs a DocumentHtmlDefinition 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/DocumentHtmlDefinition

Optional instance to populate.

Returns:

The populated DocumentHtmlDefinition instance.

Type
module:model/DocumentHtmlDefinition