PageNumbers.HeadingLevelForChapter 属性

定义

返回或设置应用于文档中章节标题的标题级别样式。 可以是介于 0 (零) 到 8 的数字,对应于标题级别 1 到 9。

public:
 property int HeadingLevelForChapter { int get(); void set(int value); };
public int HeadingLevelForChapter { get; set; }
member this.HeadingLevelForChapter : int with get, set
Public Property HeadingLevelForChapter As Integer

属性值

注解

在创建带有章节号的页码之前,文档标题必须应用多级的符号格式从 项目符号和编号对话框中使用的样式。 若要以编程方式执行此操作,请使用 或 ListFormat 对象的 ApplyListTemplate 方法List

适用于