VDocs.NET
Back to DOM

DOM.Elements.PageNumberType

Namespace: DOM.Elements

Describes how page numbers are formatted and displayed for a page or section.

centralizes numbering options such as chapter separators, chapter numbering style, numeric format and the starting page index. Consumers (layout, header/footer generators and exporters) should consult these values when rendering page number fields.

3 members

Properties

ChapterSeparatorChapterSeparatorValues

Gets or sets the separator used between chapter and page numbers.

NumberFormatNumberFormatValues

Gets or sets the numeric format used to render the page number.

StartingPageNumber

Gets or sets the starting page number for the sequence.

VDocs.NET
The .NET Word Document Library

Generate Word
documents.
Not XML.

Create professional documents in .NET without the complexity of OpenXML or Word Interop.

C#VB.NET
var doc = new WordDocument();

doc.AddParagraph()
   .AddText("Invoice")
   .SetHeading(HeadingLevel.Title);

doc.Save("invoice.docx");

Sign In

Welcome back. Please sign in to your account.

Forgot password?
or
Create an account

By signing in, you agree to our Terms of Service and Privacy Policy.