Class Description
Public class Table Represents a table containing content that is arranged in rows and columns.
Public class TableBorders Represents borders of a table.
Public class TableCell Represents a cell in a Table.
Public class TableCellBorders Represents borders of a table cell.
Public class TableCellFormat Represents a set of formatting properties which shall be applied to a TableCell.
Public class TableCellPadding Represents the space between the table cell and its content.
Public class TableColumn
Public class TableColumnCollection Represents a collection of TableColumns.
Public class TableFormat Represents a set of formatting properties which shall be applied to a Table.
Public class TableRow Represents a table row.
Public class TableRowFormat Represents a set of formatting properties which shall be applied to a TableRow.
Public class TableStyle Represents a style which can be applied to a Table element.
Public class TableStyleConditionalFormatting Represents a combination of various format objects that shall be contitionally applied to a TableCell and its contents.
Public class TableStyleConditionalFormattingSet Represents a set of formatting objects which shall be conditionally applied to the parts of a table which match the requirement on the Type property of each formatting object. Each formatting object in turn represents specific format objects for different elements (Table, TableRow, TableCell, Paragraph and Run).
Class Description
Public struct TableHorizontalPosition Specifies the horizontal position of a floating Table.
Public struct TablePosition Represents a value specifying whether a Table is part of a main content flow, or a floating table with fixed horizontal and vertical positions set.
Public struct TableRowHeight Represents a table row height.
Public struct TableVerticalPosition Specifies the vertical position of a floating Table.
Public struct TableWidth Represents width for a table or a table cell.
Class Description
Public enum TableCellTextDirection Represents a direction of the text flow in a table cell.
Public enum TableCellVerticalAlignment Represents a vertical alignment for a table cell content.
Public enum TableHorizontalAlignment
Public enum TableHorizontalPositionAlignment Represents a set of possible alignment values when using the 'Alignment' horizontal position for a floating table.
Public enum TableHorizontalPositionPositioningBase Represents a horizontal position to which a floating table is anchored in the document. This anchor position shall be used as the base location to determine the final horizontal position of the table on the page.
Public enum TableHorizontalPositionType Represents a set of possible kinds of relative horizontal positions for a floating table.
Public enum TableRowHeightRule Represents the rule that is used to determine the height of a TableRow.
Public enum TableStyleConditionalFormattingUsage Specifies the components of the conditional formatting of a table style (if one exists) which shall be applied to a table.
Public enum TableVerticalPositionAlignment Represents a set of possible vertical alignment values when using the 'Alignment' position for a floating table.
Public enum TableVerticalPositionPositioningBase Represents a vertical position to which a floating table is anchored in the document. This position shall be used as the base location to determine the final vertical position of the table in the document.
Public enum TableVerticalPositionType Represents a set of possible kinds vertical positions for a floating table.
Public enum TableWidthRule Represents the rule that is used to determine a table or table cell width.