... 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
180
Properties
include field codes
True if the text retrieved from the specified range includes field codes. Read/write.
Note The default value is the same as the setting of the Field codes option in the View pane
of the Preferences dialog box (Word menu) until this property has been set. To retrieve text
from the specified range, use the content property with a text range object.
include hidden text
True if the text retrieved from the specified range includes hidden text. Read/write.
Note The default value is the same as the current setting of the Hidden text option in the
View pane of the Preferences dialog box (Word menu) until this property has been set. To
retrieve text from the specified range, use the content property with a text range object.
view type
Returns or sets the view type for the text retrieval mode object. Read/write.
Can be one of the following:
·
master view
·
normal view
·
online view
·
outline view
·
page view
·
WordNote view
·
print preview view
Class: variable
Plural
variables
Represents a variable stored as part of a document. Document variables are used to preserve macro
settings in between macro sessions. The variables list includes all the document variables in a
document or template. You can use a variable object to transfer values between Visual Basic macros
and AppleScript.
Use variable index, where index is the document variable name or the index number, to return a
single variable object. The following example displays the value of the Temp document variable in
the active document.
display dialog (get variable value of variable "temp" of active document)
The index number represents the position of the document variable in the variables list. The last
variable added to the variables list is index number 1; the second-to-last variable added to the list is
index number 2, and so on. The following example displays the name of the first document variable
in the active document.
display dialog (get name of variable 1 of active document)
Summary :
Can be one of the following: · master view · normal view · online view · outline view · page view · WordNote view · print preview view Class: variable Plural variables Represents a variable stored as part of a document.
Tags :
index,ariables,range,object,property,number,actie,dialog,list,specified,alue,use,codes