Adobe InCopy CS6 (8.0) Object Model JS: HyperlinkTextSources

InCopy CS6

Class

HyperlinkTextSources

 A collection of hyperlink text sources.

See also HyperlinkTextSource.

QuickLinks

[], add, anyItem, count, everyItem, firstItem, item, itemByID, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource

Properties

PropertyTypeAccessDescription
lengthnumber readonlyThe number of objects in the collection.

Methods

Instances

HyperlinkTextSource [] (index: number)
Returns the HyperlinkTextSource with the specified index.

ParameterTypeDescription
indexnumberThe index.

HyperlinkTextSource add (source: Text[, withProperties: Object])
Creates a new hyperlink text source.

ParameterTypeDescription
sourceTextThe text or insertion point to hyperlink.
withPropertiesObjectInitial values for properties of the new HyperlinkTextSource (Optional)

HyperlinkTextSource anyItem ()
Returns any HyperlinkTextSource in the collection.

number count ()
Displays the number of elements in the HyperlinkTextSource.

Array of HyperlinkTextSource everyItem ()
Returns every HyperlinkTextSource in the collection.

HyperlinkTextSource firstItem ()
Returns the first HyperlinkTextSource in the collection.

HyperlinkTextSource item (index: varies)
Returns the HyperlinkTextSource with the specified index or name.

ParameterTypeDescription
indexLong Integer
String
The index or name. Can accept: Long Integer or String.

HyperlinkTextSource itemByID (id: number)
Returns the HyperlinkTextSource with the specified ID.

ParameterTypeDescription
idnumberThe ID.

HyperlinkTextSource itemByName (name: string)
Returns the HyperlinkTextSource with the specified name.

ParameterTypeDescription
namestringThe name.

Array of HyperlinkTextSource itemByRange (from: varies, to: varies)
Returns the HyperlinkTextSources within the specified range.

ParameterTypeDescription
fromHyperlinkTextSource
Long Integer
String
The HyperlinkTextSource, index, or name at the beginning of the range. Can accept: HyperlinkTextSource, Long Integer or String.
toHyperlinkTextSource
Long Integer
String
The HyperlinkTextSource, index, or name at the end of the range. Can accept: HyperlinkTextSource, Long Integer or String.

HyperlinkTextSource lastItem ()
Returns the last HyperlinkTextSource in the collection.

HyperlinkTextSource middleItem ()
Returns the middle HyperlinkTextSource in the collection.

HyperlinkTextSource nextItem (obj: HyperlinkTextSource)
Returns the HyperlinkTextSource whose index follows the specified HyperlinkTextSource in the collection.

ParameterTypeDescription
objHyperlinkTextSourceThe HyperlinkTextSource whose index comes before the desired HyperlinkTextSource.

HyperlinkTextSource previousItem (obj: HyperlinkTextSource)
Returns the HyperlinkTextSource with the index previous to the specified index.

ParameterTypeDescription
objHyperlinkTextSourceThe index of the HyperlinkTextSource that follows the desired HyperlinkTextSource.

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

Element of

Document.hyperlinkTextSources

Jongware, 29-Apr-2012 v3.0.3iContents :: Index