Container
Classes
ColorLessContainer
Extends
Constructors
Constructor
new ColorLessContainer(initialItems?, name?): ColorLessContainer;
Parameters
| Parameter | Type |
|---|---|
initialItems? | BaseItem[] |
name? | string |
Returns
Overrides
Properties
constraints
constraints: ContainerConstraints;
Inherited from
dpi
dpi: number;
id
id: string;
Inherited from
opaque
opaque: boolean;
outputColor
outputColor: Color;
parentComponent
parentComponent: ModelComponent = null;
Inherited from
SurfaceContainer.parentComponent
printingTechniqueConstraints
printingTechniqueConstraints: PrintingTechniqueConstraints;
Inherited from
SurfaceContainer.printingTechniqueConstraints
renderingGroupName?
optional renderingGroupName?: string;
Inherited from
SurfaceContainer.renderingGroupName
translationKey
translationKey: string;
Inherited from
SurfaceContainer.translationKey
type
readonly type: string = ColorLessContainer.type;
Overrides
visualization
visualization: ContainerVisualization;
type
static type: string = "ColorLessContainer";
Overrides
Accessors
amount
Get Signature
get amount(): number;
Returns
number
Set Signature
set amount(value): void;
Parameters
| Parameter | Type |
|---|---|
value | number |
Returns
void
dither
Get Signature
get dither(): Dither;
Returns
Set Signature
set dither(value): void;
Parameters
| Parameter | Type |
|---|---|
value | Dither |
Returns
void
format
Get Signature
get format(): Format;
Returns
Set Signature
set format(value): void;
Parameters
| Parameter | Type |
|---|---|
value | Format |
Returns
void
items
Get Signature
get items(): Collection<BaseItem>;
Returns
Inherited from
locked
Get Signature
get locked(): boolean;
Returns
boolean
Set Signature
set locked(value): void;
Parameters
| Parameter | Type |
|---|---|
value | boolean |
Returns
void
Inherited from
name
Get Signature
get name(): string;
Returns
string
Set Signature
set name(value): void;
Parameters
| Parameter | Type |
|---|---|
value | string |
Returns
void
Inherited from
region
Get Signature
get region(): RectangleF;
Returns
Set Signature
set region(value): void;
Parameters
| Parameter | Type |
|---|---|
value | RectangleF |
Returns
void
Inherited from
renderingType
Get Signature
get renderingType(): RenderingType;
Returns
Overrides
SurfaceContainer.renderingType
tags
Get Signature
get tags(): object;
Returns
object
Set Signature
set tags(value): void;
Parameters
| Parameter | Type |
|---|---|
value | { [key: string]: any; } |
Returns
void
Inherited from
version
Get Signature
get version(): string;
Returns
string
Inherited from
visible
Get Signature
get visible(): boolean;
Returns
boolean
Set Signature
set visible(value): void;
Parameters
| Parameter | Type |
|---|---|
value | boolean |
Returns
void
Inherited from
Methods
addPropertyChanged()
addPropertyChanged(listener): void;
Parameters
| Parameter | Type |
|---|---|
listener | (sender, eventArgs) => void |
Returns
void
Inherited from
SurfaceContainer.addPropertyChanged
clone()
clone(generateNewIds?): SurfaceContainer;
Parameters
| Parameter | Type | Default value |
|---|---|---|
generateNewIds | boolean | false |
Returns
Overrides
equals()
equals(other): boolean;
Parameters
| Parameter | Type |
|---|---|
other | ModelComponent |
Returns
boolean
Inherited from
generateNewIds()
generateNewIds(): void;
Returns
void
Inherited from
SurfaceContainer.generateNewIds
getSimplifiedObject()
getSimplifiedObject(): object;
Returns
amount
amount: number;
constraints
constraints: object;
constraints.maxArtworkSize
maxArtworkSize: object;
constraints.maxArtworkSize.height
height: number;
constraints.maxArtworkSize.shapeType
shapeType: ArtworkShapeType;
constraints.maxArtworkSize.width
width: number;
constructor
constructor: Function;
The initial value of Object.prototype.constructor is the standard built-in Object constructor.
dither
dither: Dither;
dpi
dpi: number;
format
format: Format;
opaque
opaque: boolean;
outputColor
outputColor: IColor;
printingTechniqueConstraints
printingTechniqueConstraints: object;
printingTechniqueConstraints.allowRasterElements
allowRasterElements: boolean;
printingTechniqueConstraints.minFontSize
minFontSize: number;
printingTechniqueConstraints.minWidth
minWidth: number;
printingTechniqueConstraints.targetDpi
targetDpi: number;
visualization
visualization: object;
hasOwnProperty()
hasOwnProperty(v): boolean;
Determines whether an object has a property with the specified name.
Parameters
| Parameter | Type | Description |
|---|---|---|
v | PropertyKey | A property name. |
Returns
boolean
isPrototypeOf()
isPrototypeOf(v): boolean;
Determines whether an object exists in another object's prototype chain.
Parameters
| Parameter | Type | Description |
|---|---|---|
v | Object | Another object whose prototype chain is to be checked. |
Returns
boolean
propertyIsEnumerable()
propertyIsEnumerable(v): boolean;
Determines whether a specified property is enumerable.
Parameters
| Parameter | Type | Description |
|---|---|---|
v | PropertyKey | A property name. |
Returns
boolean
toLocaleString()
toLocaleString(): string;
Returns a date converted to a string using the current locale.
Returns
string
toString()
toString(): string;
Returns a string representation of an object.
Returns
string
valueOf()
valueOf(): Object;
Returns the primitive value of the specified object.
Returns
Object
Overrides
SurfaceContainer.getSimplifiedObject
removePropertyChanged()
removePropertyChanged(listener): void;
Parameters
| Parameter | Type |
|---|---|
listener | (sender, eventArgs) => void |
Returns
void
Inherited from
SurfaceContainer.removePropertyChanged
toString()
toString(): string;
Returns a string representation of an object.
Returns
string
Inherited from
Container
Extends
Extended by
Constructors
Constructor
new Container(initialItems?, name?): Container;
Parameters
| Parameter | Type |
|---|---|
initialItems? | BaseItem[] |
name? | string |
Returns
Overrides
Properties
id
id: string;
Inherited from
parentComponent
parentComponent: ModelComponent = null;
renderingGroupName?
optional renderingGroupName?: string;
translationKey
translationKey: string;
type
readonly type: string = Container.type;
type
static type: string = "Container";
Accessors
items
Get Signature
get items(): Collection<BaseItem>;
Returns
locked
Get Signature
get locked(): boolean;
Returns
boolean
Set Signature
set locked(value): void;
Parameters
| Parameter | Type |
|---|---|
value | boolean |
Returns
void
name
Get Signature
get name(): string;
Returns
string
Set Signature
set name(value): void;
Parameters
| Parameter | Type |
|---|---|
value | string |
Returns
void
Inherited from
region
Get Signature
get region(): RectangleF;
Returns
Set Signature
set region(value): void;
Parameters
| Parameter | Type |
|---|---|
value | RectangleF |
Returns
void
renderingType
Get Signature
get renderingType(): RenderingType;
Returns
tags
Get Signature
get tags(): object;
Returns
object
Set Signature
set tags(value): void;
Parameters
| Parameter | Type |
|---|---|
value | { [key: string]: any; } |
Returns
void
Inherited from
version
Get Signature
get version(): string;
Returns
string
Inherited from
visible
Get Signature
get visible(): boolean;
Returns
boolean
Set Signature
set visible(value): void;
Parameters
| Parameter | Type |
|---|---|
value | boolean |
Returns
void
Methods
addPropertyChanged()
addPropertyChanged(listener): void;
Parameters
| Parameter | Type |
|---|---|
listener | (sender, eventArgs) => void |
Returns
void
Inherited from
ModelComponent.addPropertyChanged
clone()
clone(generateNewIds?): Container;
Parameters
| Parameter | Type | Default value |
|---|---|---|
generateNewIds | boolean | false |
Returns
equals()
equals(other): boolean;
Parameters
| Parameter | Type |
|---|---|
other | ModelComponent |
Returns
boolean
Inherited from
generateNewIds()
generateNewIds(): void;
Returns
void
Overrides
getSimplifiedObject()
getSimplifiedObject(): Object;
Returns
Object
Overrides
ModelComponent.getSimplifiedObject
removePropertyChanged()
removePropertyChanged(listener): void;
Parameters
| Parameter | Type |
|---|---|
listener | (sender, eventArgs) => void |
Returns
void
Inherited from
ModelComponent.removePropertyChanged
toString()
toString(): string;
Returns a string representation of an object.
Returns
string
Inherited from
FullColorContainer
Extends
Constructors
Constructor
new FullColorContainer(initialItems?, name?): FullColorContainer;
Parameters
| Parameter | Type |
|---|---|
initialItems? | BaseItem[] |
name? | string |
Returns
Overrides
Properties
colorProfile
colorProfile: string;
colorSpace
colorSpace: ColorSpace;
constraints
constraints: ContainerConstraints;
Inherited from
id
id: string;
Inherited from
parentComponent
parentComponent: ModelComponent = null;
Inherited from
SurfaceContainer.parentComponent
printingTechniqueConstraints
printingTechniqueConstraints: PrintingTechniqueConstraints;
Inherited from
SurfaceContainer.printingTechniqueConstraints
renderingGroupName?
optional renderingGroupName?: string;
Inherited from
SurfaceContainer.renderingGroupName
translationKey
translationKey: string;
Inherited from
SurfaceContainer.translationKey
type
readonly type: string = FullColorContainer.type;
Overrides
type
static type: string = "FullColorContainer";
Overrides
Accessors
items
Get Signature
get items(): Collection<BaseItem>;
Returns
Inherited from
locked
Get Signature
get locked(): boolean;
Returns
boolean
Set Signature
set locked(value): void;
Parameters
| Parameter | Type |
|---|---|
value | boolean |
Returns
void
Inherited from
name
Get Signature
get name(): string;
Returns
string
Set Signature
set name(value): void;
Parameters
| Parameter | Type |
|---|---|
value | string |
Returns
void
Inherited from
region
Get Signature
get region(): RectangleF;
Returns
Set Signature
set region(value): void;
Parameters
| Parameter | Type |
|---|---|
value | RectangleF |
Returns
void
Inherited from
renderingType
Get Signature
get renderingType(): RenderingType;
Returns
Overrides
SurfaceContainer.renderingType
tags
Get Signature
get tags(): object;
Returns
object
Set Signature
set tags(value): void;
Parameters
| Parameter | Type |
|---|---|
value | { [key: string]: any; } |
Returns
void
Inherited from
version
Get Signature
get version(): string;
Returns
string
Inherited from
visible
Get Signature
get visible(): boolean;
Returns
boolean
Set Signature
set visible(value): void;
Parameters
| Parameter | Type |
|---|---|
value | boolean |
Returns
void
Inherited from
Methods
addPropertyChanged()
addPropertyChanged(listener): void;
Parameters
| Parameter | Type |
|---|---|
listener | (sender, eventArgs) => void |
Returns
void
Inherited from
SurfaceContainer.addPropertyChanged
clone()
clone(generateNewIds?): SurfaceContainer;
Parameters
| Parameter | Type | Default value |
|---|---|---|
generateNewIds | boolean | false |
Returns
Overrides
equals()
equals(other): boolean;
Parameters
| Parameter | Type |
|---|---|
other | ModelComponent |
Returns
boolean
Inherited from
generateNewIds()
generateNewIds(): void;
Returns
void
Inherited from
SurfaceContainer.generateNewIds
getSimplifiedObject()
getSimplifiedObject(): object;
Returns
colorProfile
colorProfile: string;
colorSpace
colorSpace: ColorSpace;
constraints
constraints: object;
constraints.maxArtworkSize
maxArtworkSize: object;
constraints.maxArtworkSize.height
height: number;
constraints.maxArtworkSize.shapeType
shapeType: ArtworkShapeType;
constraints.maxArtworkSize.width
width: number;
constructor
constructor: Function;
The initial value of Object.prototype.constructor is the standard built-in Object constructor.
printingTechniqueConstraints
printingTechniqueConstraints: object;
printingTechniqueConstraints.allowRasterElements
allowRasterElements: boolean;
printingTechniqueConstraints.minFontSize
minFontSize: number;
printingTechniqueConstraints.minWidth
minWidth: number;
printingTechniqueConstraints.targetDpi
targetDpi: number;
hasOwnProperty()
hasOwnProperty(v): boolean;
Determines whether an object has a property with the specified name.
Parameters
| Parameter | Type | Description |
|---|---|---|
v | PropertyKey | A property name. |
Returns
boolean
isPrototypeOf()
isPrototypeOf(v): boolean;
Determines whether an object exists in another object's prototype chain.
Parameters
| Parameter | Type | Description |
|---|---|---|
v | Object | Another object whose prototype chain is to be checked. |
Returns
boolean
propertyIsEnumerable()
propertyIsEnumerable(v): boolean;
Determines whether a specified property is enumerable.
Parameters
| Parameter | Type | Description |
|---|---|---|
v | PropertyKey | A property name. |
Returns
boolean
toLocaleString()
toLocaleString(): string;
Returns a date converted to a string using the current locale.
Returns
string
toString()
toString(): string;
Returns a string representation of an object.
Returns
string
valueOf()
valueOf(): Object;
Returns the primitive value of the specified object.
Returns
Object
Overrides
SurfaceContainer.getSimplifiedObject
removePropertyChanged()
removePropertyChanged(listener): void;
Parameters
| Parameter | Type |
|---|---|
listener | (sender, eventArgs) => void |
Returns
void
Inherited from
SurfaceContainer.removePropertyChanged
toString()
toString(): string;
Returns a string representation of an object.
Returns
string
Inherited from
LimitedColorContainer
Extends
Constructors
Constructor
new LimitedColorContainer(initialItems?, name?): LimitedColorContainer;
Parameters
| Parameter | Type |
|---|---|
initialItems? | BaseItem[] |
name? | string |
Returns
Overrides
Properties
constraints
constraints: ContainerConstraints;
Inherited from
id
id: string;
Inherited from
maxColorNumber
maxColorNumber: number;
paletteUId
paletteUId: string;
parentComponent
parentComponent: ModelComponent = null;
Inherited from
SurfaceContainer.parentComponent
printingTechniqueConstraints
printingTechniqueConstraints: PrintingTechniqueConstraints;
Inherited from
SurfaceContainer.printingTechniqueConstraints
renderingGroupName?
optional renderingGroupName?: string;
Inherited from
SurfaceContainer.renderingGroupName
translationKey
translationKey: string;
Inherited from
SurfaceContainer.translationKey
type
readonly type: string = LimitedColorContainer.type;
Overrides
type
static type: string = "LimitedColorContainer";
Overrides
Accessors
items
Get Signature
get items(): Collection<BaseItem>;
Returns
Inherited from
locked
Get Signature
get locked(): boolean;
Returns
boolean
Set Signature
set locked(value): void;
Parameters
| Parameter | Type |
|---|---|
value | boolean |
Returns
void
Inherited from
name
Get Signature
get name(): string;
Returns
string
Set Signature
set name(value): void;
Parameters
| Parameter | Type |
|---|---|
value | string |
Returns
void
Inherited from
region
Get Signature
get region(): RectangleF;
Returns
Set Signature
set region(value): void;
Parameters
| Parameter | Type |
|---|---|
value | RectangleF |
Returns
void
Inherited from
renderingType
Get Signature
get renderingType(): RenderingType;
Returns
Overrides
SurfaceContainer.renderingType
tags
Get Signature
get tags(): object;
Returns
object
Set Signature
set tags(value): void;
Parameters
| Parameter | Type |
|---|---|
value | { [key: string]: any; } |
Returns
void
Inherited from
version
Get Signature
get version(): string;
Returns
string
Inherited from
visible
Get Signature
get visible(): boolean;
Returns
boolean
Set Signature
set visible(value): void;
Parameters
| Parameter | Type |
|---|---|
value | boolean |
Returns
void
Inherited from
Methods
addPropertyChanged()
addPropertyChanged(listener): void;
Parameters
| Parameter | Type |
|---|---|
listener | (sender, eventArgs) => void |
Returns
void
Inherited from
SurfaceContainer.addPropertyChanged
clone()
clone(generateNewIds?): SurfaceContainer;
Parameters
| Parameter | Type | Default value |
|---|---|---|
generateNewIds | boolean | false |
Returns
Overrides
equals()
equals(other): boolean;
Parameters
| Parameter | Type |
|---|---|
other | ModelComponent |
Returns
boolean
Inherited from
generateNewIds()
generateNewIds(): void;
Returns
void
Inherited from
SurfaceContainer.generateNewIds
getSimplifiedObject()
getSimplifiedObject(): object;
Returns
constraints
constraints: object;
constraints.maxArtworkSize
maxArtworkSize: object;
constraints.maxArtworkSize.height
height: number;
constraints.maxArtworkSize.shapeType
shapeType: ArtworkShapeType;
constraints.maxArtworkSize.width
width: number;
constructor
constructor: Function;
The initial value of Object.prototype.constructor is the standard built-in Object constructor.
maxColorNumber
maxColorNumber: number;
paletteUId
paletteUId: string;
printingTechniqueConstraints
printingTechniqueConstraints: object;
printingTechniqueConstraints.allowRasterElements
allowRasterElements: boolean;
printingTechniqueConstraints.minFontSize
minFontSize: number;
printingTechniqueConstraints.minWidth
minWidth: number;
printingTechniqueConstraints.targetDpi
targetDpi: number;
hasOwnProperty()
hasOwnProperty(v): boolean;
Determines whether an object has a property with the specified name.
Parameters
| Parameter | Type | Description |
|---|---|---|
v | PropertyKey | A property name. |
Returns
boolean
isPrototypeOf()
isPrototypeOf(v): boolean;
Determines whether an object exists in another object's prototype chain.
Parameters
| Parameter | Type | Description |
|---|---|---|
v | Object | Another object whose prototype chain is to be checked. |
Returns
boolean
propertyIsEnumerable()
propertyIsEnumerable(v): boolean;
Determines whether a specified property is enumerable.
Parameters
| Parameter | Type | Description |
|---|---|---|
v | PropertyKey | A property name. |
Returns
boolean
toLocaleString()
toLocaleString(): string;
Returns a date converted to a string using the current locale.
Returns
string
toString()
toString(): string;
Returns a string representation of an object.
Returns
string
valueOf()
valueOf(): Object;
Returns the primitive value of the specified object.
Returns
Object
Overrides
SurfaceContainer.getSimplifiedObject
removePropertyChanged()
removePropertyChanged(listener): void;
Parameters
| Parameter | Type |
|---|---|
listener | (sender, eventArgs) => void |
Returns
void
Inherited from
SurfaceContainer.removePropertyChanged
toString()
toString(): string;
Returns a string representation of an object.
Returns
string
Inherited from
MockupContainer
Extends
Constructors
Constructor
new MockupContainer(initialItems?, name?): MockupContainer;
Parameters
| Parameter | Type |
|---|---|
initialItems? | BaseItem[] |
name? | string |
Returns
Overrides
Properties
id
id: string;
Inherited from
noPrint
noPrint: boolean = false;
noShow
noShow: boolean = false;
parentComponent
parentComponent: ModelComponent = null;
Inherited from
renderingGroupName?
optional renderingGroupName?: string;
Inherited from
size
size: SizeF = null;
translationKey
translationKey: string;
Inherited from
type
readonly type: string = Container.type;
Inherited from
type
static type: string = "Container";
Inherited from
Accessors
items
Get Signature
get items(): Collection<BaseItem>;
Returns
Inherited from
locked
Get Signature
get locked(): boolean;
Returns
boolean
Set Signature
set locked(value): void;
Parameters
| Parameter | Type |
|---|---|
value | boolean |
Returns
void
Inherited from
name
Get Signature
get name(): string;
Returns
string
Set Signature
set name(value): void;
Parameters
| Parameter | Type |
|---|---|
value | string |
Returns
void
Inherited from
region
Get Signature
get region(): RectangleF;
Returns
Set Signature
set region(value): void;
Parameters
| Parameter | Type |
|---|---|
value | RectangleF |
Returns
void
Inherited from
renderingType
Get Signature
get renderingType(): RenderingType;
Returns
Inherited from
tags
Get Signature
get tags(): object;
Returns
object
Set Signature
set tags(value): void;
Parameters
| Parameter | Type |
|---|---|
value | { [key: string]: any; } |
Returns
void
Inherited from
version
Get Signature
get version(): string;
Returns
string
Inherited from
visible
Get Signature
get visible(): boolean;
Returns
boolean
Set Signature
set visible(value): void;
Parameters
| Parameter | Type |
|---|---|
value | boolean |
Returns
void
Inherited from
Methods
addPropertyChanged()
addPropertyChanged(listener): void;
Parameters
| Parameter | Type |
|---|---|
listener | (sender, eventArgs) => void |
Returns
void
Inherited from
clone()
clone(generateNewIds?): MockupContainer;
Parameters
| Parameter | Type | Default value |
|---|---|---|
generateNewIds | boolean | false |
Returns
Overrides
equals()
equals(other): boolean;
Parameters
| Parameter | Type |
|---|---|
other | ModelComponent |
Returns
boolean
Inherited from
generateNewIds()
generateNewIds(): void;
Returns
void
Inherited from
getSimplifiedObject()
getSimplifiedObject(): Object;
Returns
Object
Inherited from
removePropertyChanged()
removePropertyChanged(listener): void;
Parameters
| Parameter | Type |
|---|---|
listener | (sender, eventArgs) => void |
Returns
void
Inherited from
Container.removePropertyChanged
toString()
toString(): string;
Returns a string representation of an object.
Returns
string
Inherited from
SpotColorContainer
Extends
Constructors
Constructor
new SpotColorContainer(): SpotColorContainer;
Returns
Overrides
Properties
constraints
constraints: ContainerConstraints;
Inherited from
id
id: string;
Inherited from
outputColor
outputColor: Color;
parentComponent
parentComponent: ModelComponent = null;
Inherited from
SurfaceContainer.parentComponent
previewColor
previewColor: RgbColor;
printingTechniqueConstraints
printingTechniqueConstraints: PrintingTechniqueConstraints;
Inherited from
SurfaceContainer.printingTechniqueConstraints
renderingGroupName?
optional renderingGroupName?: string;
Inherited from
SurfaceContainer.renderingGroupName
translationKey
translationKey: string;
Inherited from
SurfaceContainer.translationKey
type
readonly type: string = SpotColorContainer.type;
Overrides
type
static type: string = "SpotColorContainer";
Overrides
Accessors
items
Get Signature
get items(): Collection<BaseItem>;
Returns
Inherited from
locked
Get Signature
get locked(): boolean;
Returns
boolean
Set Signature
set locked(value): void;
Parameters
| Parameter | Type |
|---|---|
value | boolean |
Returns
void
Inherited from
name
Get Signature
get name(): string;
Returns
string
Set Signature
set name(value): void;
Parameters
| Parameter | Type |
|---|---|
value | string |
Returns
void
Inherited from
region
Get Signature
get region(): RectangleF;
Returns
Set Signature
set region(value): void;
Parameters
| Parameter | Type |
|---|---|
value | RectangleF |
Returns
void
Inherited from
renderingType
Get Signature
get renderingType(): RenderingType;
Returns
Overrides
SurfaceContainer.renderingType
tags
Get Signature
get tags(): object;
Returns
object
Set Signature
set tags(value): void;
Parameters
| Parameter | Type |
|---|---|
value | { [key: string]: any; } |
Returns
void
Inherited from
version
Get Signature
get version(): string;
Returns
string
Inherited from
visible
Get Signature
get visible(): boolean;
Returns
boolean
Set Signature
set visible(value): void;
Parameters
| Parameter | Type |
|---|---|
value | boolean |
Returns
void
Inherited from
Methods
addPropertyChanged()
addPropertyChanged(listener): void;
Parameters
| Parameter | Type |
|---|---|
listener | (sender, eventArgs) => void |
Returns
void
Inherited from
SurfaceContainer.addPropertyChanged
clone()
clone(generateNewIds?): SpotColorContainer;
Parameters
| Parameter | Type | Default value |
|---|---|---|
generateNewIds | boolean | false |
Returns
Overrides
equals()
equals(other): boolean;
Parameters
| Parameter | Type |
|---|---|
other | ModelComponent |
Returns
boolean
Inherited from
generateNewIds()
generateNewIds(): void;
Returns
void
Inherited from
SurfaceContainer.generateNewIds
getSimplifiedObject()
getSimplifiedObject(): object;
Returns
constraints
constraints: object;
constraints.maxArtworkSize
maxArtworkSize: object;
constraints.maxArtworkSize.height
height: number;
constraints.maxArtworkSize.shapeType
shapeType: ArtworkShapeType;
constraints.maxArtworkSize.width
width: number;
constructor
constructor: Function;
The initial value of Object.prototype.constructor is the standard built-in Object constructor.
printingTechniqueConstraints
printingTechniqueConstraints: object;
printingTechniqueConstraints.allowRasterElements
allowRasterElements: boolean;
printingTechniqueConstraints.minFontSize
minFontSize: number;
printingTechniqueConstraints.minWidth
minWidth: number;
printingTechniqueConstraints.targetDpi
targetDpi: number;
hasOwnProperty()
hasOwnProperty(v): boolean;
Determines whether an object has a property with the specified name.
Parameters
| Parameter | Type | Description |
|---|---|---|
v | PropertyKey | A property name. |
Returns
boolean
isPrototypeOf()
isPrototypeOf(v): boolean;
Determines whether an object exists in another object's prototype chain.
Parameters
| Parameter | Type | Description |
|---|---|---|
v | Object | Another object whose prototype chain is to be checked. |
Returns
boolean
propertyIsEnumerable()
propertyIsEnumerable(v): boolean;
Determines whether a specified property is enumerable.
Parameters
| Parameter | Type | Description |
|---|---|---|
v | PropertyKey | A property name. |
Returns
boolean
toLocaleString()
toLocaleString(): string;
Returns a date converted to a string using the current locale.
Returns
string
toString()
toString(): string;
Returns a string representation of an object.
Returns
string
valueOf()
valueOf(): Object;
Returns the primitive value of the specified object.
Returns
Object
Inherited from
SurfaceContainer.getSimplifiedObject
removePropertyChanged()
removePropertyChanged(listener): void;
Parameters
| Parameter | Type |
|---|---|
listener | (sender, eventArgs) => void |
Returns
void
Inherited from
SurfaceContainer.removePropertyChanged
toString()
toString(): string;
Returns a string representation of an object.
Returns
string
Inherited from
SurfaceContainer
Extends
Extended by
Constructors
Constructor
new SurfaceContainer(initialItems?, name?): SurfaceContainer;
Parameters
| Parameter | Type |
|---|---|
initialItems? | BaseItem[] |
name? | string |
Returns
Overrides
Properties
constraints
constraints: ContainerConstraints;
id
id: string;
Inherited from
parentComponent
parentComponent: ModelComponent = null;
Inherited from
printingTechniqueConstraints
printingTechniqueConstraints: PrintingTechniqueConstraints;
renderingGroupName?
optional renderingGroupName?: string;
Inherited from
translationKey
translationKey: string;
Inherited from
type
readonly type: string = SurfaceContainer.type;
Overrides
type
static type: string = "SurfaceContainer";
Overrides
Accessors
items
Get Signature
get items(): Collection<BaseItem>;
Returns
Inherited from
locked
Get Signature
get locked(): boolean;
Returns
boolean
Set Signature
set locked(value): void;
Parameters
| Parameter | Type |
|---|---|
value | boolean |
Returns
void
Inherited from
name
Get Signature
get name(): string;
Returns
string
Set Signature
set name(value): void;
Parameters
| Parameter | Type |
|---|---|
value | string |
Returns
void
Inherited from
region
Get Signature
get region(): RectangleF;
Returns
Set Signature
set region(value): void;
Parameters
| Parameter | Type |
|---|---|
value | RectangleF |
Returns
void
Inherited from
renderingType
Get Signature
get renderingType(): RenderingType;
Returns
Inherited from
tags
Get Signature
get tags(): object;
Returns
object
Set Signature
set tags(value): void;
Parameters
| Parameter | Type |
|---|---|
value | { [key: string]: any; } |
Returns
void
Inherited from
version
Get Signature
get version(): string;
Returns
string
Inherited from
visible
Get Signature
get visible(): boolean;
Returns
boolean
Set Signature
set visible(value): void;
Parameters
| Parameter | Type |
|---|---|
value | boolean |
Returns
void
Inherited from
Methods
addPropertyChanged()
addPropertyChanged(listener): void;
Parameters
| Parameter | Type |
|---|---|
listener | (sender, eventArgs) => void |
Returns
void
Inherited from
clone()
clone(generateNewIds?): SurfaceContainer;
Parameters
| Parameter | Type | Default value |
|---|---|---|
generateNewIds | boolean | false |
Returns
Overrides
equals()
equals(other): boolean;
Parameters
| Parameter | Type |
|---|---|
other | ModelComponent |
Returns
boolean
Inherited from
generateNewIds()
generateNewIds(): void;
Returns
void
Inherited from
getSimplifiedObject()
getSimplifiedObject(): object;
Returns
constraints
constraints: object;
constraints.maxArtworkSize
maxArtworkSize: object;
constraints.maxArtworkSize.height
height: number;
constraints.maxArtworkSize.shapeType
shapeType: ArtworkShapeType;
constraints.maxArtworkSize.width
width: number;
constructor
constructor: Function;
The initial value of Object.prototype.constructor is the standard built-in Object constructor.
printingTechniqueConstraints
printingTechniqueConstraints: object;
printingTechniqueConstraints.allowRasterElements
allowRasterElements: boolean;
printingTechniqueConstraints.minFontSize
minFontSize: number;
printingTechniqueConstraints.minWidth
minWidth: number;
printingTechniqueConstraints.targetDpi
targetDpi: number;
hasOwnProperty()
hasOwnProperty(v): boolean;
Determines whether an object has a property with the specified name.
Parameters
| Parameter | Type | Description |
|---|---|---|
v | PropertyKey | A property name. |
Returns
boolean
isPrototypeOf()
isPrototypeOf(v): boolean;
Determines whether an object exists in another object's prototype chain.
Parameters
| Parameter | Type | Description |
|---|---|---|
v | Object | Another object whose prototype chain is to be checked. |
Returns
boolean
propertyIsEnumerable()
propertyIsEnumerable(v): boolean;
Determines whether a specified property is enumerable.
Parameters
| Parameter | Type | Description |
|---|---|---|
v | PropertyKey | A property name. |
Returns
boolean
toLocaleString()
toLocaleString(): string;
Returns a date converted to a string using the current locale.
Returns
string
toString()
toString(): string;
Returns a string representation of an object.
Returns
string
valueOf()
valueOf(): Object;
Returns the primitive value of the specified object.
Returns
Object
Overrides
removePropertyChanged()
removePropertyChanged(listener): void;
Parameters
| Parameter | Type |
|---|---|
listener | (sender, eventArgs) => void |
Returns
void
Inherited from
Container.removePropertyChanged
toString()
toString(): string;
Returns a string representation of an object.
Returns
string
Inherited from
TextureContainer
Extends
Constructors
Constructor
new TextureContainer(): TextureContainer;
Returns
Overrides
Properties
constraints
constraints: ContainerConstraints;
Inherited from
id
id: string;
Inherited from
outputColor
outputColor: Color;
parentComponent
parentComponent: ModelComponent = null;
Inherited from
SurfaceContainer.parentComponent
previewTextureName
previewTextureName: string;
previewTextureSource
previewTextureSource: ImageSource;
printingTechniqueConstraints
printingTechniqueConstraints: PrintingTechniqueConstraints;
Inherited from
SurfaceContainer.printingTechniqueConstraints
renderingGroupName?
optional renderingGroupName?: string;
Inherited from
SurfaceContainer.renderingGroupName
translationKey
translationKey: string;
Inherited from
SurfaceContainer.translationKey
type
readonly type: string = TextureContainer.type;
Overrides
type
static type: string = "TextureContainer";
Overrides
Accessors
items
Get Signature
get items(): Collection<BaseItem>;
Returns
Inherited from
locked
Get Signature
get locked(): boolean;
Returns
boolean
Set Signature
set locked(value): void;
Parameters
| Parameter | Type |
|---|---|
value | boolean |
Returns
void
Inherited from
name
Get Signature
get name(): string;
Returns
string
Set Signature
set name(value): void;
Parameters
| Parameter | Type |
|---|---|
value | string |
Returns
void
Inherited from
previewTextureSource
Get Signature
get previewTextureSource(): ImageSource;
Returns
Set Signature
set previewTextureSource(previewTextureSource): void;
Parameters
| Parameter | Type |
|---|---|
previewTextureSource | ImageSource |
Returns
void
region
Get Signature
get region(): RectangleF;
Returns
Set Signature
set region(value): void;
Parameters
| Parameter | Type |
|---|---|
value | RectangleF |
Returns
void
Inherited from
renderingType
Get Signature
get renderingType(): RenderingType;
Returns
Overrides
SurfaceContainer.renderingType
tags
Get Signature
get tags(): object;
Returns
object
Set Signature
set tags(value): void;
Parameters
| Parameter | Type |
|---|---|
value | { [key: string]: any; } |
Returns
void
Inherited from
version
Get Signature
get version(): string;
Returns
string
Inherited from
visible
Get Signature
get visible(): boolean;
Returns
boolean
Set Signature
set visible(value): void;
Parameters
| Parameter | Type |
|---|---|
value | boolean |
Returns
void
Inherited from
Methods
addPropertyChanged()
addPropertyChanged(listener): void;
Parameters
| Parameter | Type |
|---|---|
listener | (sender, eventArgs) => void |
Returns
void
Inherited from
SurfaceContainer.addPropertyChanged
clone()
clone(generateNewIds?): TextureContainer;
Parameters
| Parameter | Type | Default value |
|---|---|---|
generateNewIds | boolean | false |
Returns
Overrides
equals()
equals(other): boolean;
Parameters
| Parameter | Type |
|---|---|
other | ModelComponent |
Returns
boolean
Inherited from
generateNewIds()
generateNewIds(): void;
Returns
void
Inherited from
SurfaceContainer.generateNewIds
getSimplifiedObject()
getSimplifiedObject(omitProperties?): object;
Parameters
| Parameter | Type |
|---|---|
omitProperties? | string | string[] |
Returns
constraints
constraints: object;
constraints.maxArtworkSize
maxArtworkSize: object;
constraints.maxArtworkSize.height
height: number;
constraints.maxArtworkSize.shapeType
shapeType: ArtworkShapeType;
constraints.maxArtworkSize.width
width: number;
constructor
constructor: Function;
The initial value of Object.prototype.constructor is the standard built-in Object constructor.
printingTechniqueConstraints
printingTechniqueConstraints: object;
printingTechniqueConstraints.allowRasterElements
allowRasterElements: boolean;
printingTechniqueConstraints.minFontSize
minFontSize: number;
printingTechniqueConstraints.minWidth
minWidth: number;
printingTechniqueConstraints.targetDpi
targetDpi: number;
hasOwnProperty()
hasOwnProperty(v): boolean;
Determines whether an object has a property with the specified name.
Parameters
| Parameter | Type | Description |
|---|---|---|
v | PropertyKey | A property name. |
Returns
boolean
isPrototypeOf()
isPrototypeOf(v): boolean;
Determines whether an object exists in another object's prototype chain.
Parameters
| Parameter | Type | Description |
|---|---|---|
v | Object | Another object whose prototype chain is to be checked. |
Returns
boolean
propertyIsEnumerable()
propertyIsEnumerable(v): boolean;
Determines whether a specified property is enumerable.
Parameters
| Parameter | Type | Description |
|---|---|---|
v | PropertyKey | A property name. |
Returns
boolean
toLocaleString()
toLocaleString(): string;
Returns a date converted to a string using the current locale.
Returns
string
toString()
toString(): string;
Returns a string representation of an object.
Returns
string
valueOf()
valueOf(): Object;
Returns the primitive value of the specified object.
Returns
Object
Overrides
SurfaceContainer.getSimplifiedObject
removePropertyChanged()
removePropertyChanged(listener): void;
Parameters
| Parameter | Type |
|---|---|
listener | (sender, eventArgs) => void |
Returns
void
Inherited from
SurfaceContainer.removePropertyChanged
toString()
toString(): string;
Returns a string representation of an object.
Returns
string