Class LineNumberingRestartType
Represents the possible line numbering restart types.
Inheritance
System.Object
LineNumberingRestartType
Namespace: Telerik.Windows.Documents.Model.LineNumberings
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public sealed class LineNumberingRestartType : Enum
Fields
Continuous
Denotes the continuous type.
Declaration
public const LineNumberingRestartType Continuous
Field Value
LineNumberingRestartType
|
NewPage
Denotes the new page type.
Declaration
public const LineNumberingRestartType NewPage
Field Value
LineNumberingRestartType
|
NewSection
Denotes the new section type.
Declaration
public const LineNumberingRestartType NewSection
Field Value
LineNumberingRestartType
|
value__
Declaration
public int value__
Field Value
System.Int32
|