InDesign2026
API 21.5.1.73
Collection of PercentCombobox

PercentComboboxes

A collection of percent comboboxes.

Properties

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

Methods

PercentCombobox

Returns the PercentCombobox with the specified index.

index Number The index.
PercentCombobox

Creates a new PercentCombobox.

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

Returns any PercentCombobox in the collection.

Number

Displays the number of elements in the PercentCombobox.

PercentCombobox[]

Returns every PercentCombobox in the collection.

PercentCombobox

Returns the first PercentCombobox in the collection.

PercentCombobox

Returns the PercentCombobox with the specified index or name.

index LongInteger | String The index or name. Can accept: Long Integer or String.
PercentCombobox[]

Returns the PercentComboboxes within the specified range.

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

Returns the last PercentCombobox in the collection.

PercentCombobox

Returns the middle PercentCombobox in the collection.

PercentCombobox

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

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

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

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

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

Object of 4

Properties elsewhere that hold a PercentComboboxes.