InDesign Server2025
API 20.5.0.49
Collection of HyperlinkTextSource

HyperlinkTextSources

A collection of hyperlink text sources.

Properties

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

Methods

HyperlinkTextSource

Creates a new hyperlink text source.

source Text The text or insertion point to hyperlink.
withProperties? Object Initial values for properties of the new HyperlinkTextSource
Number

Displays the number of elements in the HyperlinkTextSource.

HyperlinkTextSource

Returns the HyperlinkTextSource with the specified index or name.

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

Returns the HyperlinkTextSources within the specified range.

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

Returns the middle HyperlinkTextSource in the collection.

HyperlinkTextSource

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

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

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

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

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

Object of 1

Properties elsewhere that hold a HyperlinkTextSources.