Options オブジェクト (Publisher)
Microsoft publisher アプリケーションおよび文書のオプションを表します。 Options オブジェクトのプロパティの多くは、[オプション] ダイアログ ボックス ([ツール] メニュー) の項目に対応しています。
注釈
Options オブジェクトを取得するには、Application.Options プロパティを使用します。
例
次の例では、Publisher に 4 つのアプリケーション オプションを設定します。
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 のサポートおよびフィードバックを参照してください。