DocumentProperties
Represents the document properties in a Telerik document model, providing access to various styling attributes that can be applied to the entire document.
Definition
Namespace:Telerik.Windows.Documents.Model.Styles
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class DocumentProperties : DocumentElementPropertiesBase, IElementWithStyle
Inheritance: objectDocumentElementPropertiesBaseDocumentProperties
Implements:
Inherited Members
Constructors
Properties
Gets or sets the default tab width for the document properties.
public double DefaultTabWidth { get; set; }
A double value representing the width of the default tab in units of measurement used by the document.
Gets or sets the first number of the endnotes in the document.
public int EndnotesFirstNumber { get; set; }
The first number of the endnotes, represented as an integer.
Gets or sets the numbering format for endnotes in the document properties.
public ListNumberingFormat EndnotesNumberingFormat { get; set; }
A value that specifies the numbering format for endnotes. This can be one of several predefined formats such as Roman numerals, Arabic numbers, or letters.
Represents the type for restarting the numbering of endnotes in a document.
public NumberingRestartType EndnotesNumberingRestartType { get; set; }
Gets or sets the position of endnotes in the document.
public EndnotesPosition EndnotesPosition { get; set; }
The endnotes position, which determines where the endnotes will be displayed in relation to the main content of the document.
Gets or sets the first number to be used for footnotes in the document.
public int FootnotesFirstNumber { get; set; }
A int representing the first footnote number. This value can be set to customize the numbering of footnotes in the document.
Represents the formatting options for footnotes numbering in a document.
public ListNumberingFormat FootnotesNumberingFormat { get; set; }
Represents the type of restarting for footnote numbering in a document.
public NumberingRestartType FootnotesNumberingRestartType { get; set; }
Gets or sets the position of the footnotes in the document.
public FootnotesPosition FootnotesPosition { get; set; }
A value indicating the position of the footnotes, which can be either at the bottom of the page or at the end of the document.
Methods
protected override DocumentElementPropertiesBase CreateInstance()
Overrides:
protected override void InitProperties()
Overrides:
protected override void OnStylePropertyChangedOverride(StylePropertyChangeEventArgs args)
Overrides:
protected override void ValidateStyleType(StyleDefinition value)
Overrides: