InDesign Server2025
API 20.5.0.49
Collection of NavigationPoint

NavigationPoints

A collection of navigation points.

Properties

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

Methods

NavigationPoint

Returns the NavigationPoint with the specified index.

index Number The index.
NavigationPoint

Creates a new NavigationPoint.

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

Returns any NavigationPoint in the collection.

Number

Displays the number of elements in the NavigationPoint.

NavigationPoint[]

Returns every NavigationPoint in the collection.

NavigationPoint

Returns the first NavigationPoint in the collection.

NavigationPoint

Returns the NavigationPoint with the specified index or name.

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

Returns the NavigationPoint with the specified name.

name String The name.
NavigationPoint[]

Returns the NavigationPoints within the specified range.

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

Returns the last NavigationPoint in the collection.

NavigationPoint

Returns the middle NavigationPoint in the collection.

NavigationPoint

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

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

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

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

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

Object of 1

Properties elsewhere that hold a NavigationPoints.