module:model/ESignTabs

module:model/ESignTabs

new module:model/ESignTabs(tabId)

Source:

Constructs a new ESignTabs.

Parameters:
Name Type Description
tabId String

Members

(inner) anchorString :String

Source:
Type:
  • String

(inner) bold :String

Source:
Type:
  • String

(inner) documentId :String

Source:
Type:
  • String

(inner) font :String

Source:
Type:
  • String

(inner) fontColor :String

Source:
Type:
  • String

(inner) fontSize :String

Source:
Type:
  • String

(inner) height :String

Source:
Type:
  • String

(inner) italic :String

Source:
Type:
  • String

(inner) localePolicy :Object:.<String:, Object:>

Source:
Type:
  • Object:.<String:, Object:>

(inner) name :String

Source:
Type:
  • String

(inner) optional :String

Source:
Type:
  • String

(inner) pageNumber :String

Source:
Type:
  • String

(inner) recipientId :String

Source:
Type:
  • String

(inner) scaleValue :String

Source:
Type:
  • String

(inner) stampType :String

Source:
Type:
  • String

(inner) tabId :String

Source:
Type:
  • String

(inner) tabLabel :String

Source:
Type:
  • String

(inner) tabType :String

Source:
Type:
  • String

(inner) templateLocked :String

Source:
Type:
  • String

(inner) templateRequired :String

Source:
Type:
  • String

(inner) tooltip :String

Source:
Type:
  • String

(inner) underline :String

Source:
Type:
  • String

(inner) value :Object

Source:

Reference of #/definitions/StringOrVariableOrTransformation. Object stands for a String or a Variable or a Transformation. This object should be any of the following object models or types: [string, #/definitions/DSWorkflowVariable, #/definitions/DSWorkflowTransformationExpression]

Type:
  • Object

(inner) width :String

Source:
Type:
  • String

(inner) xPosition :String

Source:
Type:
  • String

(inner) yPosition :String

Source:
Type:
  • String

Methods

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

Source:

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

Optional instance to populate.

Returns:

The populated ESignTabs instance.

Type
module:model/ESignTabs