Microsoft Word Suite
129
screen tip
Returns or sets the text that appears as a screen tip when the mouse pointer is positioned over
the specified hyperlink. Read/write.
shape
Returns a
shape
object for the specified hyperlink. If the hyperlink isn't represented by a shape,
an error occurs. Read-only.
sub address
Returns a named location in the destination of the specified hyperlink. Read/write.
Note The named location can be a bookmark in a Word document, a named cell or cell
reference in an Excel worksheet, or a slide number in a PowerPoint presentation.
text object
Returns a text range object that represents the portion of a document that's contained in the
specified object. Read-only.
text to display
Returns or sets the specified hyperlink's visible text in a document. Read/write.
Class: index
Plural
indexes
Represents a single index. The indexes list includes all the indexes in the specified document.
Use index index, where index is the index number, to return a single index object. The index number
represents the position of the index object in the document. The following example updates the first
index in the active document.
if (count of indexes of active document) 1 then
update index 1 of active document
end if
To create an index and add it to the indexes list, use the make command. The following example
creates an index at the end of the active document.
set iRange to end key selection move unit a story extend by moving
make new index at active document with properties ¬
{text object:iRange, index type:index runin}
Properties
accented letters
True if the specified index contains separate headings for accented letters (for example, words
that begin with "À" are under one heading and words that begin with "A" are under another).
Read/write.