HyperlinkTextSources
A collection of hyperlink text sources.
HyperlinkTextSources Properties
| Property |
Type |
Access |
Description |
| item |
Object |
read |
Returns the hyperlink text source with the specified index or name. |
| length |
Long |
read |
The number of hyperlink text sources in the collection. |
HyperlinkTextSources Methods
| Method |
Returns |
Description |
| add |
HyperlinkTextSource |
Create a new hyperlink text source. |
| anyItem |
Object |
Returns any hyperlink text source. |
| firstItem |
Object |
Returns the first hyperlink text source. |
| itemByID |
Object |
Returns the hyperlink text source with the specified ID. |
| itemByRange |
Objects |
Returns the hyperlink text sources within the specified range. |
| lastItem |
Object |
Returns the last hyperlink text source. |
| middleItem |
Object |
Returns the middle hyperlink text source. |
| nextItem |
Object |
Returns the next hyperlink text source. |
| previousItem |
Object |
Returns the previous hyperlink text source. |