HyperlinkTextSources
A collection of hyperlink text sources.
Go to Property Listing | Method Listing
Methods:
[], add, anyItem, count, everyItem, firstItem, item, itemByID, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource
Property Listing
Property |
Type |
Access |
Description |
---|---|---|---|
readonly |
The number of objects in the collection. |
Method Listing
HyperlinkTextSource [] (index:Number)
Returns the HyperlinkTextSource with the specified index.
Parameter |
Type |
Description |
---|---|---|
index |
The index. |
HyperlinkTextSource add (source:Text, withProperties:Object)
Creates a new hyperlink text source.
Parameter |
Type |
Description |
---|---|---|
source |
The text or insertion point to hyperlink. |
|
withProperties |
Initial 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.
HyperlinkTextSource everyItem ()
Returns every HyperlinkTextSource in the collection.
HyperlinkTextSource firstItem ()
Returns the first HyperlinkTextSource in the collection.
HyperlinkTextSource item (index:Varies LongInteger String)
Returns the HyperlinkTextSource with the specified index or name.
Parameter |
Type |
Description |
---|---|---|
index |
LongInteger |
The index or name. Can accept: Long Integer or String. |
HyperlinkTextSource itemByID (id:Number)
Returns the HyperlinkTextSource with the specified ID.
Parameter |
Type |
Description |
---|---|---|
id |
The ID. |
HyperlinkTextSource itemByName (name:String)
Returns the HyperlinkTextSource with the specified name.
Parameter |
Type |
Description |
---|---|---|
name |
The name. |
HyperlinkTextSource itemByRange (from:Varies HyperlinkTextSource LongInteger String, to:Varies HyperlinkTextSource LongInteger String)
Returns the HyperlinkTextSources within the specified range.
Parameter |
Type |
Description |
---|---|---|
from |
LongInteger |
The HyperlinkTextSource, index, or name at the beginning of the range. Can accept: HyperlinkTextSource, Long Integer or String. |
to |
LongInteger |
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.
Parameter |
Type |
Description |
---|---|---|
obj |
The HyperlinkTextSource whose index comes before the desired HyperlinkTextSource. |
HyperlinkTextSource previousItem (obj:HyperlinkTextSource)
Returns the HyperlinkTextSource with the index previous to the specified index.
Parameter |
Type |
Description |
---|---|---|
obj |
The index of the HyperlinkTextSource that follows the desired HyperlinkTextSource. |
String toSource ()
Generates a string which, if executed, will return the HyperlinkTextSource.
Object of
Document.hyperlinkTextSources