ItemData
Classes
FontSettings
Implements
Constructors
Constructor
new FontSettings(): FontSettings;
Returns
Properties
allCaps?
optional allCaps?: boolean;
Implementation of
fauxBold?
optional fauxBold?: boolean;
Implementation of
fauxItalic?
optional fauxItalic?: boolean;
Implementation of
postScriptName?
optional postScriptName?: string;
Implementation of
size?
optional size?: number;
Implementation of
ItemData
Implements
Constructors
Constructor
new ItemData(): ItemData;
Returns
Properties
altColor?
optional altColor?: string;
Implementation of
barcodeColor?
optional barcodeColor?: string;
borderColor?
optional borderColor?: string;
Implementation of
borderWidth?
optional borderWidth?: number;
clipartColors?
optional clipartColors?: string[];
color?
optional color?: string;
Implementation of
content?
optional content?: ItemData;
fillColor?
optional fillColor?: string;
Implementation of
font?
optional font?: FontSettings;
Implementation of
horizontalLineColor?
optional horizontalLineColor?: string;
leading?
optional leading?: number;
Implementation of
opacity?
optional opacity?: number;
Implementation of
shadow?
optional shadow?: ShadowSettings;
stroke?
optional stroke?: StrokeSettings;
textFillColor?
optional textFillColor?: string;
tracking?
optional tracking?: number;
Implementation of
underline?
optional underline?: boolean;
Implementation of
verticalLineColor?
optional verticalLineColor?: string;
Implementation of
visible?
optional visible?: boolean;
Implementation of
ShadowSettings
Implements
Constructors
Constructor
new ShadowSettings(): ShadowSettings;
Returns
Properties
angle?
optional angle?: number;
Implementation of
color?
optional color?: string | IColor;
Implementation of
distance?
optional distance?: number;
Implementation of
size?
optional size?: number;
Implementation of
StrokeSettings
Implements
Constructors
Constructor
new StrokeSettings(): StrokeSettings;
Returns
Properties
color?
optional color?: string | IColor;
Implementation of
lineJoin?
optional lineJoin?: string;
Implementation of
size?
optional size?: number;