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