[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.Documents.C1Document

C1Document Class

Represents a flow document.

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

Constructors

Name Description
C1Document()

Initializes a new C1Document.

Properties

Name Description
Blocks

Gets the collection of C1Block elements in the C1Document.

FragmentRange

Gets or sets the a fragment C1TextRange inside this C1Document.

Methods

Name Description
IsValidChild(Type)

Checks whether a type is a valid child of this C1TextElement.