Back to Devexpress

PageBreakInsertMode Enum

officefileapi-devexpress-dot-xtrarichedit-d216c1d8.md

latest1.8 KB
Original Source

PageBreakInsertMode Enum

Lists the values specifying the mode for inserting a page break into a document.

Namespace : DevExpress.XtraRichEdit

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public enum PageBreakInsertMode
vb
Public Enum PageBreakInsertMode

Members

NameDescription
NewLine

A page break is inserted in the new line.

| | CurrentLine |

The page break is inserted next to the specified position in the current line.

|

The following properties accept/return PageBreakInsertMode values:

LibraryRelated API Members
WPF ControlsDXRichEditBehaviorOptions.PageBreakInsertMode
Office File APIRichEditBehaviorOptions.PageBreakInsertMode
ASP.NET Web Forms ControlsASPxRichEditBehaviorSettings.PageBreakInsertMode

Remarks

The PageBreakInsertMode enumeration value is returned by the RichEditBehaviorOptions.PageBreakInsertMode property.

See Also

PageBreakInsertMode

DevExpress.XtraRichEdit Namespace