Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / PageNumbering Class
Properties Methods

In This Topic
    PageNumbering Class Members
    In This Topic

    The following tables list the members exposed by PageNumbering.

    Public Properties
     NameDescription
    Public PropertyGets or sets the separator character used between the chapter number and the page number.

    If the HeadingLevelForChapter property is 0, or its specified heading level does not have an associated numbering format, this value is ignored, since no chapter number is output by the field.

     
    Public PropertyGets or sets the one-based index of the heading style applied to chapter titles in the document, to be used as chapter headings in all page numbers for a section, by locating the nearest heading of that style and extracting the numbering information.

    Can be a number from 0 through 8, corresponding to heading levels 1 through 9.

     
    Public Property Gets or sets a value indicating whether a chapter number is included with page numbers or a caption label.  
    Public Property Gets or sets the page number format.  
    Public PropertyGets or sets a value indicating whether page numbering restarts at the beginning of a section.

    If false, overrides the StartingNumber property so that page numbering can continue from the previous section.

     
    Public PropertyGets or sets the starting page number of a section.

    The RestartPageNumbering property, if set to false, will override this property so that page numbering can continue from the previous section.

     
    Top
    Public Methods
     NameDescription
    Public Method Resets page numbering to default values.  
    Top
    See Also