InDesign Server2025
API 20.5.0.49
Collection of ArticleMember

ArticleMembers

A collection of article members.

Properties

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

Methods

ArticleMember

Returns the ArticleMember with the specified index.

index Number The index.
ArticleMember

Adds a new member.

itemRef PageItem page item to be added to article
at? LocationOptions The location relative to the reference object or within the containing object.
reference? ArticleMember The reference object. Note: Required when the to value specifies before or after.
withProperties? Object Initial values for properties of the new ArticleMember
ArticleMember

Returns any ArticleMember in the collection.

Number

Displays the number of elements in the ArticleMember.

ArticleMember[]

Returns every ArticleMember in the collection.

ArticleMember

Returns the first ArticleMember in the collection.

ArticleMember

Returns the ArticleMember with the specified index or name.

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

Returns the ArticleMember with the specified ID.

id Number The ID.
ArticleMember[]

Returns the ArticleMembers within the specified range.

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

Returns the last ArticleMember in the collection.

ArticleMember

Returns the middle ArticleMember in the collection.

ArticleMember

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

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

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

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

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

Object of 1

Properties elsewhere that hold a ArticleMembers.