Options.AutoFormatAsYouTypeReplaceFarEastDashes 屬性 (Word)
True 是表示 Microsoft Word 設為自動更正長母音和破折號。 讀取/寫入。
語法
expression. AutoFormatAsYouTypeReplaceFarEastDashes
需要 expression。 代表 Options 物件的變數。
範例
本範例會將 Microsoft Word 設定為在您輸入資料時自動更正長母音和破折號。
Sub AutoFarEastDashes()
Options.AutoFormatAsYouTypeReplaceFarEastDashes = True
End Sub
另請參閱
支援和意見反應
有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應。