InDesign2026
API 21.5.1.73
Collection of NumberingList

NumberingLists

A collection of numbered lists.

Properties

NameType AccessDescription
Number readonly The number of objects in the collection.

Methods

NumberingList

Returns the NumberingList with the specified index.

index Number The index.
NumberingList

Create a new list style.

name String Name
continueNumbersAcrossStories? Boolean If true, numbering will continue across stories.
continueNumbersAcrossDocuments? Boolean If true, numbering will continue across book documents.
withProperties? Object Initial values for properties of the new NumberingList
NumberingList

Returns any NumberingList in the collection.

Number

Displays the number of elements in the NumberingList.

NumberingList[]

Returns every NumberingList in the collection.

NumberingList

Returns the first NumberingList in the collection.

NumberingList

Returns the NumberingList with the specified index or name.

index LongInteger | String The index or name. Can accept: Long Integer or String.
NumberingList

Returns the NumberingList with the specified ID.

id Number The ID.
NumberingList

Returns the NumberingList with the specified name.

name String The name.
NumberingList[]

Returns the NumberingLists within the specified range.

from LongInteger | NumberingList | String The NumberingList, index, or name at the beginning of the range. Can accept: NumberingList, Long Integer or String.
to LongInteger | NumberingList | String The NumberingList, index, or name at the end of the range. Can accept: NumberingList, Long Integer or String.
NumberingList

Returns the last NumberingList in the collection.

NumberingList

Returns the middle NumberingList in the collection.

NumberingList

Returns the NumberingList whose index follows the specified NumberingList in the collection.

obj NumberingList The NumberingList whose index comes before the desired NumberingList.
NumberingList

Returns the NumberingList with the index previous to the specified index.

obj NumberingList The index of the NumberingList that follows the desired NumberingList.
String

Generates a string which, if executed, will return the NumberingList.

Object of 2

Properties elsewhere that hold a NumberingLists.