PageNumbers.ChapterPageSeparator 属性

定义

返回或设置章节号和页码之间的分隔字符。 可以是常量之 WdSeparatorType 一。

public:
 property Microsoft::Office::Interop::Word::WdSeparatorType ChapterPageSeparator { Microsoft::Office::Interop::Word::WdSeparatorType get(); void set(Microsoft::Office::Interop::Word::WdSeparatorType value); };
public Microsoft.Office.Interop.Word.WdSeparatorType ChapterPageSeparator { get; set; }
member this.ChapterPageSeparator : Microsoft.Office.Interop.Word.WdSeparatorType with get, set
Public Property ChapterPageSeparator As WdSeparatorType

属性值

注解

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

适用于