InDesign2026
API 21.5.1.73
Collection of DisplaySetting

DisplaySettings

Display setting properties.

Properties

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

Methods

DisplaySetting

Returns the DisplaySetting with the specified index.

index Number The index.
DisplaySetting

Returns any DisplaySetting in the collection.

Number

Displays the number of elements in the DisplaySetting.

DisplaySetting[]

Returns every DisplaySetting in the collection.

DisplaySetting

Returns the first DisplaySetting in the collection.

DisplaySetting

Returns the DisplaySetting with the specified index or name.

index LongInteger | String The index or name. Can accept: Long Integer or String.
DisplaySetting[]

Returns the DisplaySettings within the specified range.

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

Returns the last DisplaySetting in the collection.

DisplaySetting

Returns the middle DisplaySetting in the collection.

DisplaySetting

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

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

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

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

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

Object of 1

Properties elsewhere that hold a DisplaySettings.