[]
Represents a flow document.
public class C1Document : C1TextElement, IEnumerable<C1TextElement>, IEnumerable
| Name | Description |
|---|---|
| C1Document() | Initializes a new C1Document. |
| Name | Description |
|---|---|
| Blocks | Gets the collection of C1Block elements in the C1Document. |
| FragmentRange | Gets or sets the a fragment C1TextRange inside this C1Document. |
| Name | Description |
|---|---|
| IsValidChild(Type) | Checks whether a type is a valid child of this C1TextElement. |