[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.Documents.C1Table

C1Table Class

A block-level flow content element that provides a grid-based presentation organized by rows and columns.

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

Constructors

Name Description
C1Table()

Initializes a new C1Table.

Fields

Name Description
BorderCollapseProperty

Identifies the BorderCollapse style property.

BorderSpacingProperty

Identifies the BorderSpacing style property.

ColumnsProperty

Identifies the Columns style property.

TableAlignmentProperty

Identifies the TableAlignment style property.

Properties

Name Description
BorderCollapse

Gets or sets whether adjacent cell borders are collapsed into one border.

BorderSpacing

Gets or sets the amount of spacing between cells in a table.

Columns

Gets a collection that contains the columns hosted by the table.

RowGroups

Gets the collection of C1TableRowGroup in the C1Table.

TableAlignment

Gets or sets the horizontal alignment of table.

Methods

Name Description
IsValidChild(Type)

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