InDesign2026
API 21.5.1.73
Collection of RealCombobox

RealComboboxes

A collection of real number comboboxes.

Properties

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

Methods

RealCombobox

Returns the RealCombobox with the specified index.

index Number The index.
RealCombobox

Creates a new RealCombobox.

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

Returns any RealCombobox in the collection.

Number

Displays the number of elements in the RealCombobox.

RealCombobox[]

Returns every RealCombobox in the collection.

RealCombobox

Returns the first RealCombobox in the collection.

RealCombobox

Returns the RealCombobox with the specified index or name.

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

Returns the RealCombobox with the specified ID.

id Number The ID.
RealCombobox[]

Returns the RealComboboxes within the specified range.

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

Returns the last RealCombobox in the collection.

RealCombobox

Returns the middle RealCombobox in the collection.

RealCombobox

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

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

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

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

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

Object of 4

Properties elsewhere that hold a RealComboboxes.