语法
表达式.AutoFormatApplyOtherParas
表达式 一个代表 Options 对象的变量。
示例
本示例自动为当前选定段落应用样式。
Options.AutoFormatApplyOtherParas = true Selection.Range.AutoFormat()
本示例返回“工具”菜单的“自动更正”对话框中“自动套用格式”选项卡上“其他段落样式”选项的状态。
let blnAutoFormat = Options.AutoFormatApplyOtherParas