ClassLineNumbering
Class
Represents line numbering class.
Definition
Namespace:Telerik.Windows.Documents.Model.LineNumberings
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class LineNumbering
Inheritance: objectLineNumbering
Constructors
LineNumbering()
Creating a new instance of the LineNumbering class with properties set to their default values.
Declaration
cs-api-definition
public LineNumbering()
LineNumbering(LineNumberingRestartType)
Creating a new instance of the LineNumbering class by passing the restart type and the rest of the properties set to their default values.
Declaration
cs-api-definition
public LineNumbering(LineNumberingRestartType restart)
Parameters
restart
The line numbering restart type.
LineNumbering(int, double, int, LineNumberingRestartType)
Creating a new instance of the LineNumbering class.
Declaration
cs-api-definition
public LineNumbering(int start, double distance, int countBy, LineNumberingRestartType restart)
Parameters
start
The line numbering starting value.
distance
The distance between text and line numbering.
countBy
The line number increments to display.
restart
The line numbering restart type.