-
| add( |
name [, continueNumbersAcrossStories] [, continueNumbersAcrossDocuments] [, withProperties]) |
→ NumberingList |
-
Create a new list style.
name
|
string
Name
|
continueNumbersAcrossStories
|
bool
If true, numbering will continue across stories. (Optional)
|
continueNumbersAcrossDocuments
|
bool
If true, numbering will continue across book documents. (Optional)
|
withProperties
|
Object
Initial values for properties of the new NumberingList (Optional)
|
-
-
Returns any NumberingList in the collection.
-
-
Displays the number of elements in the NumberingList.
-
-
Returns every NumberingList in the collection.
-
-
Returns the first NumberingList in the collection.
-
-
Returns the NumberingList with the specified index or name.
index
|
The index or name. Can accept: Long Integer or String.
|
-
-
Returns the NumberingList with the specified ID.
-
-
Returns the NumberingList with the specified name.
-
-
Returns the NumberingLists within the specified range.
from
|
The NumberingList, index, or name at the beginning of the range. Can accept: NumberingList, Long Integer or String.
|
to
|
The NumberingList, index, or name at the end of the range. Can accept: NumberingList, Long Integer or String.
|
-
-
Returns the last NumberingList in the collection.
-
-
Returns the middle NumberingList in the collection.
-
-
Returns the NumberingList whose index follows the specified NumberingList in the collection.
obj
|
NumberingList
The NumberingList whose index comes before the desired NumberingList.
|
-
-
Returns the NumberingList with the index previous to the specified index.
obj
|
NumberingList
The index of the NumberingList that follows the desired NumberingList.
|
-
-
Generates a string which, if executed, will return the NumberingList.