new module:model/AgreementStatementStyles()
- Source:
Constructs a new AgreementStatementStyles.
Control the display of the agreement statement.
Members
(static, readonly) DisplayEnum :String
Properties:
| Name | Type | Description |
|---|---|---|
none |
String | value: "none" |
Allowed values for the display property.
Type:
- String
(inner) color :String
- Source:
Control the fore-ground color of the element.
Type:
- String
(inner) display :module:model/AgreementStatementStyles.DisplayEnum
- Source:
Control the display of the header. Can only be set to 'none' over the default for hiding purposes.
Type:
(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
Control the font style of the text.
Type:
- String
(inner) fontWeight :Object
Control the font weight of the text.
Type:
- Object
Methods
(static) constructFromObject(data, obj) → {module:model/AgreementStatementStyles}
- Source:
Constructs a AgreementStatementStyles 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/AgreementStatementStyles | Optional instance to populate. |
Returns:
The populated AgreementStatementStyles instance.