InDesign2026
API 21.5.1.73
Collection of IntegerEditbox

IntegerEditboxes

A collection of integer editboxes.

Properties

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

Methods

IntegerEditbox

Returns the IntegerEditbox with the specified index.

index Number The index.
IntegerEditbox

Creates a new IntegerEditbox.

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

Returns any IntegerEditbox in the collection.

Number

Displays the number of elements in the IntegerEditbox.

IntegerEditbox[]

Returns every IntegerEditbox in the collection.

IntegerEditbox

Returns the first IntegerEditbox in the collection.

IntegerEditbox

Returns the IntegerEditbox with the specified index or name.

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

Returns the IntegerEditbox with the specified ID.

id Number The ID.
IntegerEditbox[]

Returns the IntegerEditboxes within the specified range.

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

Returns the last IntegerEditbox in the collection.

IntegerEditbox

Returns the middle IntegerEditbox in the collection.

IntegerEditbox

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

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

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

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

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

Object of 4

Properties elsewhere that hold a IntegerEditboxes.