Class PageNumberingSettings
Configures page numbering format and behavior for all page numbers within a section, including number format, starting value, and chapter-based numbering.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Flow.Model
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public class PageNumberingSettings
Properties
ChapterHeadingStyleIndex
Gets or sets the heading level (1-9) used to determine chapter numbers for chapter-based page numbering.
Declaration
public int? ChapterHeadingStyleIndex { get; set; }
Property Value
|
System.Nullable<System.Int32>
The index of the chapter heading style. |
ChapterSeparatorCharacter
Gets or sets the separator character displayed between the chapter heading number and the page number in chapter-based page numbering.
Declaration
public ChapterSeparatorType? ChapterSeparatorCharacter { get; set; }
Property Value
|
System.Nullable<ChapterSeparatorType>
The chapter separator character. |
PageNumberFormat
Gets or sets the number format style (e.g., decimal, roman, alphabetic) applied to page numbers in the section.
Declaration
public NumberingStyle? PageNumberFormat { get; set; }
Property Value
|
System.Nullable<NumberingStyle>
The page number format. |
StartingPageNumber
Gets or sets the initial page number for the section's first page, allowing page numbering to restart or continue from a specific value.
Declaration
public int? StartingPageNumber { get; set; }
Property Value
|
System.Nullable<System.Int32>
The starting page number. |