PageNumbers.ChapterPageSeparator Property

Definition

Returns or sets the separator character used between the chapter number and the page number. Can be one of the WdSeparatorType constants.

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

Property Value

Remarks

Before you can create page numbers that include chapter numbers, the document headings must have a numbered outline format applied that uses styles from the Bullets and Numbering dialog box. To do this programmatically, use the ApplyListTemplate method of the List or ListFormat object.

Applies to