A container class that models the VSDX Shapes object, stores all Shape instances and provides factory methods for them.
Inheritance Hierarchy
Members
Show:
Properties
Defined in
VsdxObject.parentMethods
Parameters
- master?: Master
- fillStyle?: VsdxStyleSheet
- lineStyle?: VsdxStyleSheet
- textStyle?: VsdxStyleSheet
Return Value
Parameters
- master?: Master
An optional master.
- fillStyle?: VsdxStyleSheet
The fillStyle to apply to this shape.
- lineStyle?: VsdxStyleSheet
The lineStyle to apply to this shape.
- textStyle?: VsdxStyleSheet
The textStyle to apply to this shape.
Return Value
Parameters
- master?: Master
- fillStyle?: VsdxStyleSheet
- lineStyle?: VsdxStyleSheet
- textStyle?: VsdxStyleSheet
Return Value
Parameters
- master?: Master
An optional master.
- fillStyle?: VsdxStyleSheet
The fillStyle to apply to this shape.
- lineStyle?: VsdxStyleSheet
The lineStyle to apply to this shape.
- textStyle?: VsdxStyleSheet
The textStyle to apply to this shape.
Return Value
Parameters
- master?: Master
- fillStyle?: VsdxStyleSheet
- lineStyle?: VsdxStyleSheet
- textStyle?: VsdxStyleSheet
Return Value
Parameters
- master?: Master
An optional master.
- fillStyle?: VsdxStyleSheet
The fillStyle to apply to this shape.
- lineStyle?: VsdxStyleSheet
The lineStyle to apply to this shape.
- textStyle?: VsdxStyleSheet
The textStyle to apply to this shape.
Return Value
Parameters
- master: Master
- fillStyle?: VsdxStyleSheet
- lineStyle?: VsdxStyleSheet
- textStyle?: VsdxStyleSheet
Return Value
Parameters
- master: Master
The master. Must have exactly one toplevel shape. The type of the created shape will be the same as this shape.
- fillStyle?: VsdxStyleSheet
The fillStyle to apply to this shape.
- lineStyle?: VsdxStyleSheet
The lineStyle to apply to this shape.
- textStyle?: VsdxStyleSheet
The textStyle to apply to this shape.
Return Value
Return Value
Defined in
VsdxCollection.getEnumeratorParameters
- comparator?: any