-
add( |
hyperlinkSource, hyperlinkDestination [, withProperties]) |
→ Hyperlink |
-
Creates a new hyperlink.
hyperlinkSource
|
The hyperlinked object. Can accept: HyperlinkPageItemSource, HyperlinkTextSource or CrossReferenceSource.
|
hyperlinkDestination
|
The destination that the hyperlink points to. Can accept: Ordered array containing fileName:String, volumn:String, directoryId:Long Integer, dataLinkClassId:Long Integer, destinationUid:Long Integer, HyperlinkTextDestination, HyperlinkPageDestination, HyperlinkExternalPageDestination, HyperlinkURLDestination or ParagraphDestination. (Optional)
|
withProperties
|
Object
Initial values for properties of the new Hyperlink (Optional)
|
-
-
Returns any Hyperlink in the collection.
-
-
Displays the number of elements in the Hyperlink.
-
-
Returns every Hyperlink in the collection.
-
-
Returns the first Hyperlink in the collection.
-
-
Returns the Hyperlink with the specified index or name.
index
|
The index or name. Can accept: Long Integer or String.
|
-
-
Returns the Hyperlink with the specified ID.
-
-
Returns the Hyperlink with the specified name.
-
-
Returns the Hyperlinks within the specified range.
from
|
The Hyperlink, index, or name at the beginning of the range. Can accept: Hyperlink, Long Integer or String.
|
to
|
The Hyperlink, index, or name at the end of the range. Can accept: Hyperlink, Long Integer or String.
|
-
-
Returns the last Hyperlink in the collection.
-
-
Returns the middle Hyperlink in the collection.
-
-
Returns the Hyperlink whose index follows the specified Hyperlink in the collection.
obj
|
Hyperlink
The Hyperlink whose index comes before the desired Hyperlink.
|
-
-
Returns the Hyperlink with the index previous to the specified index.
obj
|
Hyperlink
The index of the Hyperlink that follows the desired Hyperlink.
|
-
-
Generates a string which, if executed, will return the Hyperlink.