-
-
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 (Optional)
|
-
-
Returns any HyperlinkTextSource in the collection.
-
-
Displays the number of elements in the HyperlinkTextSource.
-
-
Returns every HyperlinkTextSource in the collection.
-
-
Returns the first HyperlinkTextSource in the collection.
-
-
Returns the HyperlinkTextSource with the specified index or name.
index
|
The index or name. Can accept: Long Integer or String.
|
-
-
Returns the HyperlinkTextSource with the specified ID.
-
-
Returns the HyperlinkTextSource with the specified name.
-
-
Returns the HyperlinkTextSources within the specified range.
from
|
The HyperlinkTextSource, index, or name at the beginning of the range. Can accept: HyperlinkTextSource, Long Integer or String.
|
to
|
The HyperlinkTextSource, index, or name at the end of the range. Can accept: HyperlinkTextSource, Long Integer or String.
|
-
-
Returns the last HyperlinkTextSource in the collection.
-
-
Returns the middle HyperlinkTextSource in the collection.
-
-
Returns the HyperlinkTextSource whose index follows the specified HyperlinkTextSource in the collection.
obj
|
HyperlinkTextSource
The HyperlinkTextSource whose index comes before the desired HyperlinkTextSource.
|
-
-
Returns the HyperlinkTextSource with the index previous to the specified index.
obj
|
HyperlinkTextSource
The index of the HyperlinkTextSource that follows the desired HyperlinkTextSource.
|
-
-
Generates a string which, if executed, will return the HyperlinkTextSource.