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.v25.1.Core.dll
NuGet Package: DevExpress.RichEdit.Core
Declaration
Property Value
| Type | Description |
|---|---|
| LineNumberingRestart | A LineNumberingRestart enumeration value, specifying the restart type (by default it is set to LineNumberingRestart.NewPage) |
Available values:
| Name | Description |
|---|---|
| NewPage | Specifies that line numbering for the current section shall revert to the start value on a new page. |
| NewSection | 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. |