Class
PageNumberingSettings

Configures page numbering format and behavior for all page numbers within a section, including number format, starting value, and chapter-based numbering.

Definition

Namespace:Telerik.Windows.Documents.Flow.Model

Assembly:Telerik.Windows.Documents.Flow.dll

Syntax:

cs-api-definition
public class PageNumberingSettings

Inheritance: objectPageNumberingSettings

Properties

ChapterHeadingStyleIndex

Gets or sets the heading level (1-9) used to determine chapter numbers for chapter-based page numbering.

Declaration

cs-api-definition
public int? ChapterHeadingStyleIndex { get; set; }

Property Value

int?

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

cs-api-definition
public ChapterSeparatorType? ChapterSeparatorCharacter { get; set; }

Property Value

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

cs-api-definition
public NumberingStyle? PageNumberFormat { get; set; }

Property Value

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

cs-api-definition
public int? StartingPageNumber { get; set; }

Property Value

int?

The starting page number.