Skip to main content
A newer version of this page is available. .

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.v18.2.Core.dll

Declaration

LineNumberingRestart RestartType { get; }

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.

See Also