语法
表达式.AutoFormatApplyBulletedLists
表达式 一个代表 Options 对象的变量。
示例
本示例用项目符号替换当前选定内容中列表段落的段首字符。
Options.AutoFormatApplyBulletedLists = true Selection.Range.AutoFormat()
本示例返回“工具”菜单的“自动更正”对话框中“自动套用格式”选项卡上“自动项目符号列表”选项的状态。
let blnAutoFormat = Options.AutoFormatApplyBulletedLists