The Table object represents a table in a document.
Table
Introduced: X18.
Method | Description |
---|---|
get |
Checks whether table cells can be merged. |
get |
Checks whether this table can be split. |
get |
Checks whether previously merged table cells in this table can be split. |
get |
Gets the table's identifier. |
get |
Gets the nested level for the specified table. |
get |
Gets a table's outermost table. |
get |
Gets table's outer table. |
merge |
Merges all selected table cells in this table. |
select | Selects the complete table. |
select |
Selects the part of the table defined through two table cells. |
set |
Sets the table's id. |
split | Splits a table below or above the current input position. |
split |
Splits all selected table cells in this table. |
Property | Description |
---|---|
cells | The collection of all table cells the table consists of. |
columns | Gets a collection of all columns the table consists of. |
nested |
Gets a collection of all tables nested in this table. |
rows | Gets a collection of all rows the table consists of. |