ReadOnlySectionLineNumbering.RestartType Property
Gets when the line numbering should be reset to the line number specified by the ReadOnlySectionLineNumbering.Start value.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
LineNumberingRestart RestartType { get; }
#Property Value
Type | Description |
---|---|
Line |
A Line |
Available values:
Name | Description |
---|---|
New |
Specifies that line numbering for the current section shall revert to the start value on a new page. |
New |
Specifies that line numbering for the current section shall revert to the start value when a new section begins. |
Continuous | Specifies that line numbering for the current section shall continue from the line numbering at the end of the previous section, if any. |