PageNumbers.ChapterPageSeparator Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.