Options.UseNormalStyleForList 属性

定义

返回或设置一个布尔值,该值代表 Microsoft Office Word是否对项目符号和编号使用普通样式。 读/写。

public:
 property bool UseNormalStyleForList { bool get(); void set(bool value); };
public bool UseNormalStyleForList { get; set; }
member this.UseNormalStyleForList : bool with get, set
Public Property UseNormalStyleForList As Boolean

属性值

Boolean

注解

对应于 "Word 选项" 对话框的 "高级" 选项卡中的 "对项目符号或编号列表使用正文样式" 复选框。

适用于