module:model/DocumentLinkStyles

module:model/DocumentLinkStyles

new module:model/DocumentLinkStyles()

Source:

Constructs a new DocumentLinkStyles.
Control the display of the agreement statement.

Members

(inner) :focus :module:model/DocumentLinkStylesFocus

Source:
Type:

(inner) :hover :module:model/DocumentLinkStylesFocus

Source:
Type:

(inner) border :String

Source:

Control the border of the element.

Type:
  • String

(inner) color :String

Source:

Control the fore-ground color of the element.

Type:
  • String

(inner) fontFamily :String

Source:

Control the font family of the text.

Type:
  • String

(inner) fontSize :String

Source:

Control the font size of the text.

Type:
  • String

(inner) fontStyle :String

Source:

Control the font style of the text.

Type:
  • String

(inner) fontWeight :Object

Source:

Control the font weight of the text.

Type:
  • Object

(inner) margin :String

Source:

Control the margin of the element.

Type:
  • String

(inner) padding :String

Source:

Control the padding of the element.

Type:
  • String

(inner) textDecoration :String

Source:

Control the underline and other styles of the text.

Type:
  • String

Methods

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

Source:

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

Optional instance to populate.

Returns:

The populated DocumentLinkStyles instance.

Type
module:model/DocumentLinkStyles