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.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
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. |