Table Properties
A table in a sub-document.Name | Description |
---|---|
AutoFit | Returns whether the table automatically adjusts its width to fit content. |
BackgroundColor | Returns the table’s background color. |
Borders | Returns the table’s border settings. |
CellMargins | Returns margin settings of all cells in the table. |
ContentHorizontalAlignment | Returns the horizontal alignment of content in table cells. |
ContentVerticalAlignment | Returns the vertical alignment of content in table cells. |
Index | Returns the table’s index in the table collection. |
Interval | Gets the text buffer interval that contains the element. Inherited from DocumentElementBase. |
ParentCell | Returns the cell that contains the current table. |
Rows | Returns the list of table rows. |
StyleName | Returns the table style name. |
TableStyleOptions | Returns style options applied to the table. |
Width | Returns the table’s width settings. |
See Also