A container class that models the VSDX Masters object, stores all Master instances and provides factory methods for them.
Inheritance Hierarchy
Members
Show:
Properties
Defined in
VsdxObject.parentMethods
Parameters
- name: string
The name of the master. Does not need to be unique.
- fillStyle?: VsdxStyleSheet
The fillStyle that shall be applied to this master.
- lineStyle?: VsdxStyleSheet
The lineStyle that shall be applied to this master.
- textStyle?: VsdxStyleSheet
The textStyle that shall be applied to this master.
Return Value
- Master
- A new master instance.
Return Value
Defined in
VsdxCollection.getEnumeratorParameters
- comparator?: any