Back to Devexpress

DocumentLayout.Split(PlainTextBox) Method

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-layout-dot-documentlayout-dot-split-x28-devexpress-dot-xtrarichedit-dot-api-dot-layout-dot-plaintextbox-x29.md

latest2.1 KB
Original Source

DocumentLayout.Split(PlainTextBox) Method

Splits the PlainTextBox object into CharacterBox elements contained in the CharacterBoxCollection object instance.

Namespace : DevExpress.XtraRichEdit.API.Layout

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public CharacterBoxCollection Split(
    PlainTextBox box
)
vb
Public Function Split(
    box As PlainTextBox
) As CharacterBoxCollection

Parameters

NameTypeDescription
boxPlainTextBox

The PlainTextBox element that will be split.

|

Returns

TypeDescription
CharacterBoxCollection

A CharacterBoxCollection object containing CharacterBox elements extracted from the PlainTextBox object.

|

See Also

DocumentLayout Class

DocumentLayout Members

DevExpress.XtraRichEdit.API.Layout Namespace