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