[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.Documents.C1Run

C1Run Class

An inline-level flow content element intended to contain a run of formatted or unformatted text.

Inheritance
C1Run
Namespace: C1.WPF.RichTextBox.Documents
Assembly: C1.WPF.RichTextBox.dll
Syntax
public class C1Run : C1Inline, IEnumerable<C1TextElement>, IEnumerable

Constructors

Name Description
C1Run()

Properties

Name Description
ContentEnd

Gets the C1TextPointer at the end of the C1Run's text.

ContentStart

Gets the C1TextPointer at the beginning of the C1Run's text.

Text

Gets or sets the unformatted text contents of this text C1Run.

Methods

Name Description
Clone()

Returns a deep copy of this element.

Insert(int, string)

Inserts text in Text's current value.

JoinSibling()

Joins this element with its next sibling.

Remove(int, int)

Removes a range of text from Text's current value.

Split(int, bool)

Splits this C1TextElement at the specified offset into two elements of the same type with the same style properties.