module:model/MatchBox

module:model/MatchBox

new module:model/MatchBox()

Source:

Constructs a new MatchBox.

Members

(inner) height :String

Source:

Height of the tab in pixels.

Type:
  • String

(inner) pageNumber :String

Source:

Specifies the page number on which the tab is located.

Type:
  • String

(inner) width :String

Source:

Width of the tab in pixels.

Type:
  • String

(inner) xPosition :String

Source:

This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position.

Type:
  • String

(inner) yPosition :String

Source:

This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position.

Type:
  • String

Methods

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

Source:

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

Optional instance to populate.

Returns:

The populated MatchBox instance.

Type
module:model/MatchBox