[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.Documents.C1TextPointer.Split

Split Method

Split(bool)

Splits this position's C1TextElement at its offset into two elements of the same type with the same style properties.

Declaration
public C1TextPointer Split(bool splitEdges)
Parameters
Type Name Description
bool splitEdges

Indicates whether the element should be split when the position is at the start or end of the element.

Returns
Type Description
C1TextPointer

Returns the position in the parent element between this element and the new element.

Split()

Splits this position's C1TextElement at its offset into two elements of the same type with the same style properties.

Declaration
public C1TextPointer Split()
Returns
Type Description
C1TextPointer

Returns the position in the parent element between this element and the new element.