Share via


Options Object [Publisher 2003 VBA Language Reference]

Application
Options

Represents application and publication options in Microsoft Publisher. Many of the properties for the Options object correspond to items in the Options dialog box (Tools menu).

Using the Options Object

Use the Options property to return the Options object. The following example sets four application options for Publisher.

Sub SetSpecialOptions()
    With Options
        .AllowBackgroundSave = True
        .DragAndDropText = True
        .AutoHyphenate = True
        .MeasurementUnit = pbUnitInch
    End With
End Sub

Properties | AddHebDoubleQuote Property | AllowBackgroundSave Property | Application Property | AutoFormatWord Property | AutoHyphenate Property | AutoKeyboardSwitching Property | AutoSelectWord Property | DefaultPubDirection Property | DefaultTextFlowDirection Property | DisplayPrintTroubleshooter Property | DisplayStatusBar Property | DragAndDropText Property | EnvelopePrintOrientation Property | EnvelopePrintPlacement Property | HyphenationZone Property | MeasurementUnit Property | Parent Property | PathForPictures Property | PathForPublications Property | PrintLineByLine Property | SaveAutoRecoverInfo Property | SaveAutoRecoverInfoInterval Property | SequenceCheck Property | ShowBasicColors Property | ShowScreenTipsOnObjects Property | ShowTipPages Property | TypeNReplace Property | UpdatePersonalInfoOnSave Property | UseCatalogAtStartup Property | UseEnvelopePaperSizes Property | UseEnvelopePrintOptions Property | UseHelpfulMousePointers Property

Methods | ResetTips Method | ResetWizardSynchronizing Method

Parent Objects | Application Object

Child Objects