Publisher) (Options 物件
代表應用程式與出版物 Microsoft Publisher 中的選項。 Options物件的許多屬性都會對應至 [工具] 功能表) ([選項] 對話方塊中的專案。
註解
使用 Application.Options 屬性可傳回 Options 物件。
範例
下列範例會設定 Publisher 的四個應用程式選項。
Sub SetSpecialOptions()
With Options
.AllowBackgroundSave = True
.DragAndDropText = True
.AutoHyphenate = True
.MeasurementUnit = pbUnitInch
End With
End Sub
方法
屬性
- AddHebDoubleQuote
- AllowBackgroundSave
- 應用程式
- AutoFormatWord
- AutoHyphenate
- AutoKeyboardSwitching
- AutoSelectWord
- DefaultPubDirection
- DefaultTextFlowDirection
- DisplayStatusBar
- DragAndDropText
- HyphenationZone
- MeasurementUnit
- Parent
- PathForPictures
- PathForPublications
- SaveAutoRecoverInfo
- SaveAutoRecoverInfoInterval
- SequenceCheck
- ShowBasicColors
- ShowScreenTipsOnObjects
- ShowTipPages
- TypeNReplace
- UseCatalogAtStartup
- UseWizardForBlankPublication
另請參閱
支援和意見反應
有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應。