InDesign2026
API 21.5.1.73
Collection of TextEditbox

TextEditboxes

A collection of text editboxes.

Properties

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

Methods

TextEditbox

Returns the TextEditbox with the specified index.

index Number The index.
TextEditbox

Creates a new TextEditbox.

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

Returns any TextEditbox in the collection.

Number

Displays the number of elements in the TextEditbox.

TextEditbox[]

Returns every TextEditbox in the collection.

TextEditbox

Returns the first TextEditbox in the collection.

TextEditbox

Returns the TextEditbox with the specified index or name.

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

Returns the TextEditbox with the specified ID.

id Number The ID.
TextEditbox[]

Returns the TextEditboxes within the specified range.

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

Returns the last TextEditbox in the collection.

TextEditbox

Returns the middle TextEditbox in the collection.

TextEditbox

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

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

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

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

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

Object of 4

Properties elsewhere that hold a TextEditboxes.