[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.Documents.C1Section

C1Section Class

A block-level flow content element used for grouping other C1Block elements.

Inheritance
C1Section
Namespace: C1.WPF.RichTextBox.Documents
Assembly: C1.WPF.RichTextBox.4.6.2.dll
Syntax
public class C1Section : C1Block, IEnumerable<C1TextElement>, IEnumerable
Public Class C1Section
    Inherits C1Block
    Implements IEnumerable(Of C1TextElement), IEnumerable

Constructors

Name Description
C1Section()

Properties

Name Description
Blocks

Gets the collection of C1Block elements contained in the C1Section.

Methods

Name Description
IsValidChild(Type)

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