InDesign2026
API 21.5.1.73
Collection of PercentEditbox

PercentEditboxes

A collection of percent editboxes.

Properties

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

Methods

PercentEditbox

Returns the PercentEditbox with the specified index.

index Number The index.
PercentEditbox

Creates a new PercentEditbox.

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

Returns any PercentEditbox in the collection.

Number

Displays the number of elements in the PercentEditbox.

PercentEditbox[]

Returns every PercentEditbox in the collection.

PercentEditbox

Returns the first PercentEditbox in the collection.

PercentEditbox

Returns the PercentEditbox with the specified index or name.

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

Returns the PercentEditbox with the specified ID.

id Number The ID.
PercentEditbox[]

Returns the PercentEditboxes within the specified range.

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

Returns the last PercentEditbox in the collection.

PercentEditbox

Returns the middle PercentEditbox in the collection.

PercentEditbox

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

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

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

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

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

Object of 4

Properties elsewhere that hold a PercentEditboxes.