Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

LineNumberingRestart Enum

Lists conditions for the line numbering to revert to the start value.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v20.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

[ComVisible(true)]
public enum LineNumberingRestart

Members

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.

Remarks

The LineNumberingRestart enumeration value can be specified by the SectionLineNumbering.RestartType property, available via the Section.LineNumbering property of the Section. Line numbering starts (and restarts) with the value specified via the SectionLineNumbering.Start property.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the LineNumberingRestart enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also