Class PageNumberStyle
Specifies the style used for displaying page numbers in a document.
Inheritance
Namespace: IronWord.Models.Enums
Assembly: IronWord.dll
Syntax
public sealed class PageNumberStyle : Enum
Decide which glyphs a page number uses by choosing a PageNumberStyle. Arabic produces ordinary 1, 2, 3 numerals and is the common choice for body pages, Roman produces i, ii, iii style figures often used for front matter such as a preface or table of contents, and None omits the page number entirely.
Fields
Arabic
Page numbers are displayed using Arabic numerals (e.g., "1", "2", "3").
Declaration
public const PageNumberStyle Arabic
Field Value
| Type | Description |
|---|---|
| PageNumberStyle |
None
No page numbers are displayed.
Declaration
public const PageNumberStyle None
Field Value
| Type | Description |
|---|---|
| PageNumberStyle |
Roman
Page numbers are displayed using Roman numerals (e.g., "I", "II", "III").
Declaration
public const PageNumberStyle Roman
Field Value
| Type | Description |
|---|---|
| PageNumberStyle |
value__
Declaration
public int value__
Field Value
| Type | Description |
|---|---|
| System.Int32 |