Members
(inner) displayAngle :String
- Source:
Type:
- String
(inner) enabled :String
- Source:
Type:
- String
(inner) font :String
- Source:
The font to be used for the tab value. Supported Fonts: Arial, Arial, ArialNarrow, Calibri, CourierNew, Garamond, Georgia, Helvetica, LucidaConsole, Tahoma, TimesNewRoman, Trebuchet, Verdana, MSGothic, MSMincho, Default.
Type:
- String
(inner) fontColor :String
- Source:
The font color used for the information in the tab. Possible values are: Black, BrightBlue, BrightRed, DarkGreen, DarkRed, Gold, Green, NavyBlue, Purple, or White.
Type:
- String
(inner) fontSize :String
- Source:
The font size used for the information in the tab. Possible values are: Size7, Size8, Size9, Size10, Size11, Size12, Size14, Size16, Size18, Size20, Size22, Size24, Size26, Size28, Size36, Size48, or Size72.
Type:
- String
(inner) id :String
- Source:
Type:
- String
(inner) imageBase64 :String
- Source:
Type:
- String
(inner) transparency :String
- Source:
Type:
- String
(inner) watermarkText :String
- Source:
Type:
- String
Methods
(static) constructFromObject(data, obj) → {module:model/Watermark}
- Source:
Constructs a Watermark
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/Watermark | Optional instance to populate. |
Returns:
The populated Watermark
instance.