InDesign Server2025
API 20.5.0.49

HyperlinkPageItemSources

A collection of hyperlink page item sources.

Properties

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

Methods

HyperlinkPageItemSource

Creates a new hyperlink page item source.

source PageItem The page item to hyperlink.
withProperties? Object Initial values for properties of the new HyperlinkPageItemSource
Number

Displays the number of elements in the HyperlinkPageItemSource.

HyperlinkPageItemSource

Returns the HyperlinkPageItemSource with the specified index or name.

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

Returns the HyperlinkPageItemSources within the specified range.

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

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

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

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

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

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

Object of 1

Properties elsewhere that hold a HyperlinkPageItemSources.