InDesign2026
API 21.5.1.73
Collection of ArticleChild

ArticleChildren

A collection of group items that are also part of an article.

Properties

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

Methods

ArticleChild

Returns the ArticleChild with the specified index.

index Number The index.
ArticleChild

Returns any ArticleChild in the collection.

Number

Displays the number of elements in the ArticleChild.

ArticleChild[]

Returns every ArticleChild in the collection.

ArticleChild

Returns the first ArticleChild in the collection.

ArticleChild

Returns the ArticleChild with the specified index or name.

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

Returns the ArticleChild with the specified ID.

id Number The ID.
ArticleChild[]

Returns the ArticleChildren within the specified range.

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

Returns the last ArticleChild in the collection.

ArticleChild

Returns the middle ArticleChild in the collection.

ArticleChild

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

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

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

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

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

Object of 1

Properties elsewhere that hold a ArticleChildren.