Options.AutoFormatAsYouTypeReplacePlainTextEmphasis 屬性 (Word)
True 是表示 如果手動強調字元會自動取代為您輸入的字元格式設定。 例如,「粗體」會變更為「 粗體 」,而「底線」則變更為「底線」。可讀寫的 Boolean。
語法
expression。 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 支援與意見反應。