InDesign2026
API 21.5.1.73
Collection of RealEditbox

RealEditboxes

A collection of real number editboxes.

Properties

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

Methods

RealEditbox

Returns the RealEditbox with the specified index.

index Number The index.
RealEditbox

Creates a new RealEditbox.

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

Returns any RealEditbox in the collection.

Number

Displays the number of elements in the RealEditbox.

RealEditbox[]

Returns every RealEditbox in the collection.

RealEditbox

Returns the first RealEditbox in the collection.

RealEditbox

Returns the RealEditbox with the specified index or name.

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

Returns the RealEditbox with the specified ID.

id Number The ID.
RealEditbox[]

Returns the RealEditboxes within the specified range.

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

Returns the last RealEditbox in the collection.

RealEditbox

Returns the middle RealEditbox in the collection.

RealEditbox

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

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

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

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

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

Object of 4

Properties elsewhere that hold a RealEditboxes.