PageNumbers Members
Include Protected Members
Include Inherited Members
A collection of PageNumber objects that represent the page numbers in a single header or footer.
The PageNumbers type exposes the following members.
Methods
Name | Description | |
---|---|---|
Add | Returns a PageNumber object that represents page numbers added to a header or footer in a section. | |
GetEnumerator | (Inherited from IEnumerable.) |
Top
Properties
Name | Description | |
---|---|---|
Application | Returns a Application object that represents the Microsoft Word application. | |
ChapterPageSeparator | Returns or sets the separator character used between the chapter number and the page number. Can be one of the WdSeparatorType constants. | |
Count | Returns the number of items in the specified collection. | |
Creator | Returns a 32-bit integer that indicates the application in which the specified object was created. | |
DoubleQuote | True if Microsoft Word encloses the specified PageNumbers object in double quotation marks ("). | |
HeadingLevelForChapter | Returns or sets the heading level style that's applied to the chapter titles in the document. Can be a number from 0 (zero) through 8, corresponding to heading levels 1 through 9. | |
IncludeChapterNumber | True if a chapter number is included with page numbers or a caption label. | |
Item | Returns an individual object in a collection. | |
NumberStyle | Returns or sets the number style for the PageNumbers object. | |
Parent | Returns an object that represents the parent object of the specified object. | |
RestartNumberingAtSection | True if page numbering starts at 1 again at the beginning of the specified section. | |
ShowFirstPageNumber | True if the page number appears on the first page in the section. | |
StartingNumber | Returns or sets the starting note number, line number, or page number. |
Top