Microsoft Word Suite
56
list template.................................................................................................................................................................144
mailing label................................................................................................................................................................145
page number ...............................................................................................................................................................146
page number options .................................................................................................................................................147
page setup ...................................................................................................................................................................148
pane..............................................................................................................................................................................153
recent file .....................................................................................................................................................................155
replacement.................................................................................................................................................................156
revision ........................................................................................................................................................................158
selection object............................................................................................................................................................159
subdocument...............................................................................................................................................................166
system object...............................................................................................................................................................167
tab stop ........................................................................................................................................................................168
table of authorities......................................................................................................................................................169
table of contents..........................................................................................................................................................171
table of figures ............................................................................................................................................................173
template .......................................................................................................................................................................175
text column..................................................................................................................................................................177
text input .....................................................................................................................................................................178
text retrieval mode .....................................................................................................................................................179
variable ........................................................................................................................................................................180
view..............................................................................................................................................................................181
web options.................................................................................................................................................................185
window........................................................................................................................................................................188
Word comment...........................................................................................................................................................191
Word list ......................................................................................................................................................................193
Word options ..............................................................................................................................................................193
work menu item .........................................................................................................................................................210
zoom.............................................................................................................................................................................210
Class: add in
Represents a single add-in, either installed or not installed. The add ins list contains all the add-ins
available to Word, regardless of whether or not they're currently loaded. The add ins list includes
global templates or Word add-in libraries (WLLs) displayed in the Templates and Add-ins dialog
box (Tools menu).
Use add in index, where index is the index number of the add-in, to return a single add in object.
You must exactly match the spelling (but not necessarily the capitalization) of the name, as it's
shown in the Templates and Add-Ins dialog box. The following example loads the first add in in
the add ins list.
set installed of add in 1 to true
The index number represents the position of the add-in in the list of add-ins in the Templates and
Add-ins dialog box. The following instruction displays the path of the first available add-in.
if (count of add ins) 1 then display dialog (get path of add in 1)