_Document.FormattingShowNumbering 属性

定义

确定 Microsoft Word在“样式和格式设置”任务窗格中是否显示数字格式。

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

属性值

注解

如果 Microsoft Word在“样式和格式”任务窗格中显示数字格式,则此属性返回 True,否则返回 False。 将属性值设置为 TrueFalse 以启用或禁用该功能。

适用于