NestedLineStyles
A collection of nested line styles.
Instance
Read Only
Number length
The number of objects in the collection.
Methods
NestedLineStyle add( Object withProperties )
Creates a new NestedLineStyle.
Parameters
Number count()
Displays the number of elements in the NestedLineStyle.
NestedLineStyle item( Mixed index )
Returns the NestedLineStyle with the specified index or name.
Parameters
NestedLineStyle itemByRange( Mixed from, Mixed to )
Returns the NestedLineStyles within the specified range.
Parameters
NestedLineStyle firstItem()
Returns the first NestedLineStyle in the collection.
NestedLineStyle lastItem()
Returns the last NestedLineStyle in the collection.
NestedLineStyle middleItem()
Returns the middle NestedLineStyle in the collection.
NestedLineStyle previousItem( NestedLineStyle obj )
Returns the NestedLineStyle with the index previous to the specified index.
Parameters
NestedLineStyle nextItem( NestedLineStyle obj )
Returns the NestedLineStyle whose index follows the specified NestedLineStyle in the collection.
Parameters
NestedLineStyle anyItem()
Returns any NestedLineStyle in the collection.
NestedLineStyle everyItem()
Returns every NestedLineStyle in the collection.
String toSource()
Generates a string which, if executed, will return the NestedLineStyle.
NestedLineStyle []( Number index )
Returns the NestedLineStyle with the specified index.