Microsoft Word Suite
155
horizontal percent scrolled
Returns or sets the horizontal scroll position as a percentage of the document width.
Read/write.
minimum font size
Returns or sets the minimum font size (in points) displayed for the specified pane. Read/write.
Note This property affects only the text as shown in online layout view. The point sizes that
are displayed on the Formatting command bar and used for printing aren't changed.
next pane
Returns the next pane. Read-only.
previous pane
Returns the previous pane. Read-only.
selection
Returns the selection object that represents a selected range or the insertion point. Read-only.
vertical percent scrolled
Returns or sets the vertical scroll position as a percentage of the document length. Read/write.
view
Returns a view object that represents the view for the specified pane. Read-only.
Class: recent file
Plural
recent files
Represents a recently used file. The recent files list includes all the files that have been used
recently. The items in the recent files list are displayed at the bottom of the File menu.
Use recent file index, where index is the index number, to return a single recent file object. The index
number represents the position of the file on the File menu. The following example opens the first
document in the recent files list.
if (count of recent files) 1 then open recent file recent file 1
Remarks
The
save as
and open commands include an add to recent files argument that controls whether or
not a file is added to the recently-used-files list when the file is opened or saved.
Properties
entry index
Returns a number that indicates the position of the file in the recent files list. Read-only.
name
Returns the object's file name. Read-only.