A hyperlinked page item.
Go to Property Listing | Method Listing
extractLabel, getElements, insertLabel, remove, showSource, toSource, toSpecifier
|
Property |
Type |
Access |
Description |
|---|---|---|---|
|
readonly |
If true, the hyperlink is hidden. |
||
|
readonly |
The unique ID of the HyperlinkPageItemSource. |
||
|
readonly |
The index of the HyperlinkPageItemSource within its containing object. |
||
|
read/write |
A property that can be set to any string. |
||
|
read/write |
The name of the HyperlinkPageItemSource. |
||
|
readonly |
The parent of the HyperlinkPageItemSource (a Document). |
||
|
read/write |
A property that allows setting of several properties at the same time. |
||
|
read/write |
The hyperlinked page item. |
String extractLabel (key:String)
Gets the label value associated with the specified key.
|
Parameter |
Type |
Description |
|---|---|---|
|
key |
The key. |
Object getElements ()
Resolves the object specifier, creating an array of object references.
undefined insertLabel (key:String, value:String)
Sets the label to the value associated with the specified key.
undefined remove ()
Deletes the HyperlinkPageItemSource.
undefined showSource ()
Jumps to the hyperlink source.
String toSource ()
Generates a string which, if executed, will return the HyperlinkPageItemSource.
String toSpecifier ()
Retrieves the object specifier.
Hyperlink.source
HyperlinkPageItemSources.add()
HyperlinkPageItemSources.anyItem()
HyperlinkPageItemSources.everyItem()
HyperlinkPageItemSources.nextItem()
HyperlinkPageItemSources.previousItem()
HyperlinkPageItemSources.itemByID()
HyperlinkPageItemSources.item()
HyperlinkPageItemSources.itemByName()
HyperlinkPageItemSources.itemByRange()
HyperlinkPageItemSources.firstItem()