[]
An abstract class that provides a base for all block-level flow content elements.
public abstract class C1Block : C1TextElement, IEnumerable<C1TextElement>, IEnumerable
Name | Description |
---|---|
C1Block() |
Name | Description |
---|---|
LineSpacingProperty | Identifies the LineSpacing style property. |
PageBreakAfterProperty | Identifies the PageBreakAfter style property. |
PageBreakBeforeProperty | Identifies the PageBreakBefore style property. |
TextAlignmentProperty | Identifies the TextAlignment style property. |
TextIndentProperty | Identifies the TextIndent style property. |
Name | Description |
---|---|
LineSpacing | Gets or sets the Line spacing of the line of text in a block. |
PageBreakAfter | Gets or sets a PageBreak value indicating when a page break is inserted after this C1Block. |
PageBreakBefore | Gets or sets a PageBreak value indicating when a page break is inserted before this C1Block. |
TextAlignment | Gets or sets the horizontal alignment of text content. |
TextIndent | Gets or sets the indentation, in pixels, of the first line of text in a block. |