Back to Devexpress

SetSectionLineNumberingContinuousCommand Class

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

latest2.7 KB
Original Source

SetSectionLineNumberingContinuousCommand Class

Continues line numbering for the current section from the line number at the end of the previous section.

Namespace : DevExpress.XtraRichEdit.Commands

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class SetSectionLineNumberingContinuousCommand :
    SetPredefinedSectionLineNumberingCommand
vb
Public Class SetSectionLineNumberingContinuousCommand
    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 SetSectionLineNumberingContinuousCommand

See Also

SetSectionLineNumberingContinuousCommand Members

SetSectionLineNumberingRestartNewPageCommand

SetSectionLineNumberingRestartNewSectionCommand

DevExpress.XtraRichEdit.Commands Namespace