Back to Devexpress

SetSectionLineNumberingRestartNewSectionCommand Class

officefileapi-devexpress-dot-xtrarichedit-dot-commands-a0d88e76.md

latest2.8 KB
Original Source

SetSectionLineNumberingRestartNewSectionCommand Class

Reverts line numbering for the current section to the start value when a new section begins.

Namespace : DevExpress.XtraRichEdit.Commands

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class SetSectionLineNumberingRestartNewSectionCommand :
    SetPredefinedSectionLineNumberingCommand
vb
Public Class SetSectionLineNumberingRestartNewSectionCommand
    Inherits SetPredefinedSectionLineNumberingCommand

Inheritance

Show 11 items

Object Command DevExpress.Utils.Commands.ControlCommand<IRichEditControl, RichEditCommandId, DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> DevExpress.XtraRichEdit.Commands.RichEditCommandBase<DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> RichEditCommand DevExpress.XtraRichEdit.Commands.SelectionBasedCommandBase SelectionBasedPropertyChangeCommandBase DevExpress.XtraRichEdit.Commands.ChangeSectionFormattingCommandBase<DevExpress.XtraRichEdit.Model.LineNumberingRestart> DevExpress.XtraRichEdit.Commands.ToggleChangeSectionFormattingCommandBase<DevExpress.XtraRichEdit.Model.LineNumberingRestart> DevExpress.XtraRichEdit.Commands.SetPredefinedSectionLineNumberingCommand SetSectionLineNumberingRestartNewSectionCommand

See Also

SetSectionLineNumberingRestartNewSectionCommand Members

SetSectionLineNumberingContinuousCommand

SetSectionLineNumberingRestartNewPageCommand

DevExpress.XtraRichEdit.Commands Namespace