Chapter 2 -- 49
Reference Guide
"
""
" Document.Variables
Returns the Variables
collection that represents all the created
Variable
objects in the document.
Access Read-Only.
Type VT_DISPATCH or Variables
collection.
"
""
" Document.ViewMode
Sets or retrieves the current mode of visual display.
Access Read/Write.
Type VT_I2orInteger
or enumViewMode type.
The value can one of the following:
lppxViewModeName = 1
lppxViewModeSize = 2
lppxViewModeValue = 3
lppxViewModeForm = 4
"
""
" Document.ViewOrientation
Sets or retrieves the orientation of the view of the document.
Access Read/Write.
Type VT_I2orInteger
or enumRotation type.
Thevaluecanbeoneofthefollowing:
lppxNoRotation = 0
lppx90DegreeRight = 1
lppxUpSideDown = 2
lppx90DegreeLeft = 3
"
""
" Document.WindowState
Sets or retrieves the current size of the visual display of the
document.
Access Read/Write.
Type VT_I2 or Integer or enumWindowState
type.
The value can one of the following:
lppxNormal= 1
lppxMinimized= 2
lppxMaximized= 3