Skip to main content

ItemData

Classes

FontSettings

Implements

Constructors

Constructor
new FontSettings(): FontSettings;
Returns

FontSettings

Properties

allCaps?
optional allCaps?: boolean;
Implementation of

default.allCaps

fauxBold?
optional fauxBold?: boolean;
Implementation of

default.fauxBold

fauxItalic?
optional fauxItalic?: boolean;
Implementation of

default.fauxItalic

postScriptName?
optional postScriptName?: string;
Implementation of

default.postScriptName

size?
optional size?: number;
Implementation of

default.size


ItemData

Implements

Constructors

Constructor
new ItemData(): ItemData;
Returns

ItemData

Properties

altColor?
optional altColor?: string;
Implementation of

IItemData.altColor

barcodeColor?
optional barcodeColor?: string;
borderColor?
optional borderColor?: string;
Implementation of

IItemData.borderColor

borderWidth?
optional borderWidth?: number;
clipartColors?
optional clipartColors?: string[];
color?
optional color?: string;
Implementation of

IItemData.color

content?
optional content?: ItemData;
fillColor?
optional fillColor?: string;
Implementation of

IItemData.fillColor

font?
optional font?: FontSettings;
Implementation of

IItemData.font

horizontalLineColor?
optional horizontalLineColor?: string;
leading?
optional leading?: number;
Implementation of

IItemData.leading

opacity?
optional opacity?: number;
Implementation of

IItemData.opacity

shadow?
optional shadow?: ShadowSettings;
stroke?
optional stroke?: StrokeSettings;
textFillColor?
optional textFillColor?: string;
tracking?
optional tracking?: number;
Implementation of

IItemData.tracking

underline?
optional underline?: boolean;
Implementation of

IItemData.underline

verticalLineColor?
optional verticalLineColor?: string;
Implementation of

IItemData.verticalLineColor

visible?
optional visible?: boolean;
Implementation of

IItemData.visible


ShadowSettings

Implements

Constructors

Constructor
new ShadowSettings(): ShadowSettings;
Returns

ShadowSettings

Properties

angle?
optional angle?: number;
Implementation of

default.angle

color?
optional color?: string | IColor;
Implementation of

default.color

distance?
optional distance?: number;
Implementation of

default.distance

size?
optional size?: number;
Implementation of

default.size


StrokeSettings

Implements

Constructors

Constructor
new StrokeSettings(): StrokeSettings;
Returns

StrokeSettings

Properties

color?
optional color?: string | IColor;
Implementation of

default.color

lineJoin?
optional lineJoin?: string;
Implementation of

default.lineJoin

size?
optional size?: number;
Implementation of

default.size

Was this page helpful?