Back to Devexpress

SetSectionLineNumberingRestartNewPageCommand Class

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

latest2.7 KB
Original Source

SetSectionLineNumberingRestartNewPageCommand Class

Reverts line numbering for the current section to the start value on a new page.

Namespace : DevExpress.XtraRichEdit.Commands

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

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

See Also

SetSectionLineNumberingRestartNewPageCommand Members

SetSectionLineNumberingContinuousCommand

SetSectionLineNumberingRestartNewSectionCommand

DevExpress.XtraRichEdit.Commands Namespace