Microsoft Word Suite
351
Example
This example highlights key points in the active document and updates the summary information in
the Properties dialog box (File menu).
auto summarize active document auto summarize length 25 ¬
summary mode summary mode highlight
update summary properties active document
Command: use address book
Selects the address book that's used as the data source for a data merge operation.
Syntax
use address book data merge Required. An expression that returns a data merge object.
book type Unicode text Required. The address book to be used as the data merge data source.
Example
This example create a new data merge main document that uses the Personal Address Book at its
data source.
set myDoc to make new document
set main document type of data merge of myDoc to document type form letters
use address book data merge of myDoc book type "pab"
Command: use default folder suffix
Sets the folder suffix for the specified document to the default suffix for the language support you
have selected or installed.
Syntax
use default folder suffix web options Required. An expression that returns a web options object.
Example
This example sets the folder suffix for the active document to the default suffix.
use default folder suffix web options of active document
Command: view property browser
Displays the property window for the selected control in the specified document.
Note This command is available only from outside of Word.
Syntax
view property browser document Required. An expression that returns a document object.