C

A container class that models the VSDX Masters object, stores all Master instances and provides factory methods for them.

Members

Show:

Properties

Methods

Creates a new Master with the given name and styles.

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.

Returns the item at the given index.

Parameters

Return Value

Parameters

comparator?: any