AutoFormatApplyBulletedLists 属性

       

如果该属性值为 True,则当 Word 设置文档或区域格式时,自动以“格式”菜单的“项目符号和编号”对话框中设定的项目符号替换第一段的开始字符(例如星号、连字符和大于号符号)。Boolean 类型,可读写。

示例

本示例用项目符号替换当前所选内容中列表段落的段首字符。

Options.AutoFormatApplyBulletedLists = True
Selection.Range.AutoFormat

本示例返回“工具”菜单的“自动更正”对话框的“自动套用格式”选项卡中的“自动项目符号列表”选项的状态。

Dim blnAutoFormat as Boolean

blnAutoFormat = Options.AutoFormatApplyBulletedLists