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