InDesign2026
API 21.5.1.73
Collection of IntegerCombobox

IntegerComboboxes

A collection of integer comboboxes.

Properties

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

Methods

IntegerCombobox

Returns the IntegerCombobox with the specified index.

index Number The index.
IntegerCombobox

Creates a new IntegerCombobox.

withProperties? Object Initial values for properties of the new IntegerCombobox
IntegerCombobox

Returns any IntegerCombobox in the collection.

Number

Displays the number of elements in the IntegerCombobox.

IntegerCombobox[]

Returns every IntegerCombobox in the collection.

IntegerCombobox

Returns the first IntegerCombobox in the collection.

IntegerCombobox

Returns the IntegerCombobox with the specified index or name.

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

Returns the IntegerComboboxes within the specified range.

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

Returns the last IntegerCombobox in the collection.

IntegerCombobox

Returns the middle IntegerCombobox in the collection.

IntegerCombobox

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

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

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

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

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

Object of 4

Properties elsewhere that hold a IntegerComboboxes.