[]
A block-level flow content element used to group content into a paragraph.
public class C1Paragraph : C1Block, IEnumerable<C1TextElement>, IEnumerable
| Name | Description |
|---|---|
| C1Paragraph() | Initializes a new C1Paragraph. |
| Name | Description |
|---|---|
| Inlines | Gets the collection of C1Inline in the C1Paragraph. |
| Name | Description |
|---|---|
| IsValidChild(Type) | Checks whether a type is a valid child of this C1TextElement. |