... including URL and other Internet Web site references, is subject to change. without notice. ... does not give you any license to these patents, tr
Document source : download.microsoft.com
Microsoft Word Suite
76
The following example moves the insertion point to the previous table and selects it.
set browser target of browser object to browse table
previous for browser browser object
if (get selection information selection information type with in table) ¬
is
"True"
then
select table 1 of selection
end if
Properties
browser target
Returns or sets the document item that the
previous for browser
and
next for browser
commands
locate. Read/write.
Can be one of the following:
browse comment
browse edit
browse endnote
browse field
browse find
browse footnote
browse go to
browse graphic
browse heading
browse page
browse section
browse table
Class: caption label
Plural
caption labels
Represents a single caption label. The items in the caption labels list are listed in the Label box in
the Caption dialog box (Insert menu).
Use caption label index, where index is the caption label name or index number, to return a single
caption label object. The following example sets the numbering style for the Figure caption label.
set number style of caption label "Figure" to caption number style ¬
lowercase
letter
The index number represents the position of the caption label in the caption labels list. The
following example displays the first caption label.
display dialog (name of caption label 1 of active document) as string
To add a custom caption label, use the make command. The following example adds a caption label
named "Photo."
make new caption label at active document with properties {name:"Photo"}
Summary :
Can be one of the following: browse comment browse edit browse endnote browse field browse find browse footnote browse go to browse graphic browse heading browse page browse section browse table Class: caption label Plural caption labels Represents a single caption label.
Tags :
browser,following,table,number,index,example,labels,selection,preious,document,style,object,sets