InDesign2026
API 21.5.1.73
Collection of BorderPanel

BorderPanels

A collection of border panels.

Properties

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

Methods

BorderPanel

Returns the BorderPanel with the specified index.

index Number The index.
BorderPanel

Creates a new BorderPanel.

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

Returns any BorderPanel in the collection.

Number

Displays the number of elements in the BorderPanel.

BorderPanel[]

Returns every BorderPanel in the collection.

BorderPanel

Returns the first BorderPanel in the collection.

BorderPanel

Returns the BorderPanel with the specified index or name.

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

Returns the BorderPanel with the specified ID.

id Number The ID.
BorderPanel[]

Returns the BorderPanels within the specified range.

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

Returns the last BorderPanel in the collection.

BorderPanel

Returns the middle BorderPanel in the collection.

BorderPanel

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

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

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

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

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

Object of 4

Properties elsewhere that hold a BorderPanels.