Skip to main content

ThemeBinding

Classes

ThemeBinding

Implements

Constructors

Constructor
new ThemeBinding(): ThemeBinding;
Returns

ThemeBinding

Properties

altline
altline: string;
barcode
barcode: string;
border
border: string;
clipartColors?
optional clipartColors?: string[] = [];
fill
fill: string;
horizontal
horizontal: string;
img
img: string;
line
line: string;
shadow
shadow: string;
stroke
stroke: string;
styles
styles: string[] = [];
text
text: string;
textFill
textFill: string;
vertical
vertical: string;

Methods

clone()
clone(): ThemeBinding;
Returns

ThemeBinding

equals()
equals(other): any;
Parameters
ParameterType
otherThemeBinding
Returns

any

Implementation of

IEqualsReady.equals

fromRaw()
static fromRaw(object): ThemeBinding;
Parameters
ParameterType
objectany
Returns

ThemeBinding

Was this page helpful?