... 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
185
view type
Returns or sets the view type. Read/write.
Can be one of the following:
·
master view
·
normal view
·
online view
·
outline view
·
page view
·
print preview view
wrap to window
True if lines wrap at the right edge of the document window rather than at the right margin or
the right column boundary. Read/write.
Note This property has no effect in page layout or online layout view.
zoom
Returns a zoom object that represents the magnification for the specified view. Read-only.
Class: web options
Contains document-level attributes used by Word when you save a document as a Web page or
open a Web page. You can return or set attributes either at the application (global) level or at the
document level. (Note that attribute values can be different from one document to another,
depending on the attribute value at the time the document was saved.) Document-level attribute
settings override application-level attribute settings. Application-level attributes are contained in
the
default web options
object.
Use the web options property to return the web options object. The following example checks to see
whether PNG (Portable Network Graphics) is allowed as an image format and then sets the
strImageFileType
variable accordingly.
set objDocWebOptions to web options of active document
if allow png of objDocWebOptions is true then
set strImageFileType to "PNG"
else
set strImageFileType to "JPG"
end if
Summary :
Can be one of the following: · master view · normal view · online view · outline view · page view · print preview view wrap to window True if lines wrap at the right edge of the document window rather than at the right margin or the right column boundary.
Tags :
web,document,options,page,attribute,set,right,strimagefiletype,attributes,object,then,property,type