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
NewPage
Denotes the new page type.
Declaration
public const LineNumberingRestartType NewPage
Field Value
NewSection
Denotes the new section type.
Declaration
public const LineNumberingRestartType NewSection
Field Value
value__
Declaration
public int value__
Field Value
System.
|