Word) (Options.AutoFormatApplyOtherParas 屬性
True 是表示 如果樣式會自動套用至不標題或清單項目時 Word 自動將文件或範圍的格式化的段落。 可讀寫的 Boolean。
語法
expression。 AutoFormatApplyOtherParas
表達 代表 Options 物件的變數。
範例
本範例會自動將樣式套用至目前選取範圍中的段落。
Options.AutoFormatApplyOtherParas = True
Selection.Range.AutoFormat
本範例會傳回 [自動校正] 對話方塊 ([工具] 功能表) 中 [自動格式設定] 索引標籤上之 [其他段落] 選項的狀態。
Dim blnAutoFormat as Boolean
blnAutoFormat = Options.AutoFormatApplyOtherParas
另請參閱
支援和意見反應
有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應。