[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.Documents.C1Paragraph

C1Paragraph Class

A block-level flow content element used to group content into a paragraph.

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

Constructors

Name Description
C1Paragraph()

Initializes a new C1Paragraph.

Properties

Name Description
Inlines

Gets the collection of C1Inline in the C1Paragraph.

Methods

Name Description
IsValidChild(Type)

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