Back to Devexpress

InsertPageBreakCommand Class

officefileapi-devexpress-dot-xtrarichedit-dot-commands-1c260e84.md

latest2.4 KB
Original Source

InsertPageBreakCommand Class

Inserts a page break at the current position in the document.

Namespace : DevExpress.XtraRichEdit.Commands

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class InsertPageBreakCommand :
    TransactedInsertObjectCommand
vb
Public Class InsertPageBreakCommand
    Inherits TransactedInsertObjectCommand

Remarks

The following image illustrates the corresponding option in the RichEditControl‘s toolbar.

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 RichEditMenuItemSimpleCommand MultiCommand DevExpress.XtraRichEdit.Commands.TransactedMultiCommand DevExpress.XtraRichEdit.Commands.TransactedInsertObjectCommand InsertPageBreakCommand InsertPageBreakCommand2

See Also

InsertPageBreakCommand Members

Keyboard Shortcuts in Rich Text Editor

InsertPageBreakCommand2

DevExpress.XtraRichEdit.Commands Namespace