InDesign Server2025
API 20.5.0.49
Collection of TabStop

TabStops

A collection of tab stops.

Properties

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

Methods

TabStop

Returns the TabStop with the specified index.

index Number The index.
TabStop

Creates a new TabStop.

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

Returns any TabStop in the collection.

Number

Displays the number of elements in the TabStop.

TabStop[]

Returns every TabStop in the collection.

TabStop

Returns the first TabStop in the collection.

TabStop

Returns the TabStop with the specified index or name.

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

Returns the TabStops within the specified range.

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

Returns the last TabStop in the collection.

TabStop

Returns the middle TabStop in the collection.

TabStop

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

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

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

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

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

Object of 12

Properties elsewhere that hold a TabStops.