Class PageNumberingSettings
Represents page numbering settings for all page numbers in the content of the current section.
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 index of the chapter heading style.
Declaration
public int? ChapterHeadingStyleIndex { get; set; }
Property Value
System.Nullable<System.Int32>
The index of the chapter heading style. |
ChapterSeparatorCharacter
Gets or sets the chapter separator character that shall appear between the chapter heading style index and the page number.
Declaration
public ChapterSeparatorType? ChapterSeparatorCharacter { get; set; }
Property Value
System.Nullable<ChapterSeparatorType>
The chapter separator character. |
PageNumberFormat
Gets or sets the page number format for the page numbering in the current section.
Declaration
public NumberingStyle? PageNumberFormat { get; set; }
Property Value
System.Nullable<NumberingStyle>
The page number format. |
StartingPageNumber
Gets or sets the starting page number.
This number appears on the first page of the section.
Declaration
public int? StartingPageNumber { get; set; }
Property Value
System.Nullable<System.Int32>
The starting page number. |