WebOptions Members (Publisher)

Represents the properties of a Web publication, including options for saving and encoding the publication, and enabling Web-safe fonts and font schemes. The WebOptions object is a member of the Application object.

Properties

Name

Description

AlwaysSaveInDefaultEncoding

Returns or sets a Boolean value that specifies whether Web pages within a Web publication should always be saved using default encoding. If True, Web pages within a publication will always be saved using the default encoding of the client computer. If False, Web pages will not be saved using default encoding. The default value is False. Read/write.

Application

Used without an object qualifier, this property returns an Application object that represents the current instance of Publisher. Used with an object qualifier, this property returns an Application object that represents the creator of the specified object. When used with an OLE Automation object, it returns the object's application.

EmailAsImg

True to send the entire publication page as a single JPEG image. Read/write Boolean.

EnableIncrementalUpload

Returns or sets a Boolean value that specifies whether changes made to a Web publication can be uploaded to a Web server independent of the entire publication. If True, only changes made to a publication will be uploaded to the Web server when published. If False, the entire publication will be uploaded to the Web server. The default value is True. Read/write.

Encoding

Returns an MsoEncoding constant that specifies the encoding of the Web publication. Read/write.

OrganizeInFolder

Returns or sets a Boolean value that specifies whether a Web publication will be saved in a flat structure or hierarchical structure. If False, all files in the Web publication will be saved in a flat structure within the root folder. If True, the files will be saved in a hierarchical structure within the root folder. The default value is True. Read/write.

Parent

Returns an object that represents the parent object of the specified object. For example, for a TextFrame object, returns a Shape object representing the parent shape of the text frame. Read-only.

RelyOnVML

Returns or sets a Boolean value that specifies whether image files are generated from drawing objects when a Web publication is saved. If True, image files are not generated. If False, images are generated. The default value is False. Read/write.

ShowOnlyWebFonts

Returns or sets aBoolean value that specifies whether only Web-safe fonts and font schemes should be used when the Web site is viewed in a browser. If True, only Web-safe fonts and font schemes are used. If False, display is not limited to Web-safe fonts and font schemes. The default value is False. Read/write.