PageNumbers.IncludeChapterNumber Property
Word Developer Reference |
True if a chapter number is included with page numbers or a caption label. Read/write Boolean.
Syntax
expression.IncludeChapterNumber
expression A variable that represents a PageNumbers object.
Example
This example adds page numbers in the footer for section one in the active document. The page numbers include the chapter number.
Visual Basic for Applications |
---|
|
This example adds the chapter number from the Heading 2 style to figure captions, sets the caption numbering style, and then inserts a new figure caption. The document should already contain a Heading 2 style with numbering.
Visual Basic for Applications |
---|
|
See Also