Options.AutoFormatAsYouTypeReplacePlainTextEmphasis プロパティ (Word)
True を指定 すると、手動強調文字が入力時に文字の書式設定に自動的に置き換えられます。 たとえば、"太字" が " 太字 " に変更され、"下線" が "下線" に変更されます。読み取り/書き込み ブール値。
構文
式。 AutoFormatAsYouTypeReplacePlainTextEmphasis
式Options オブジェクトを表す変数。
例
次の使用例は、入力した文字に自動的に文字書式を設定する機能をオンにします。
Options.AutoFormatAsYouTypeReplacePlainTextEmphasis = True
This example returns the status of the Bold and underline with real formatting option on the AutoFormat As You Type tab in the AutoCorrect dialog box (Tools menu).
Dim blnAutoFormat as Boolean
blnAutoFormat = _
Options.AutoFormatAsYouTypeReplacePlainTextEmphasis
関連項目
サポートとフィードバック
Office VBA またはこの説明書に関するご質問やフィードバックがありますか? サポートの受け方およびフィードバックをお寄せいただく方法のガイダンスについては、Office VBA のサポートおよびフィードバックを参照してください。