ApiTablePr
Represents the ApiTablePr class.
Methods
| Method | Returns | Description |
|---|---|---|
| GetClassType | "tablePr" | Returns a type of the ApiTablePr class. |
| GetTableDescription | string | Returns the table description. |
| GetTableTitle | string | Returns the table title (caption). |
| SetCellSpacing | boolean | Specifies the default table cell spacing (the spacing between adjacent cells and the edges of the table). |
| SetJc | boolean | Specifies the alignment of the current table with respect to the text margins in the current section. |
| SetShd | boolean | Specifies the shading which is applied to the extents of the current table. |
| SetStyleColBandSize | boolean | Specifies a number of columns which will comprise each table column band for this table style. |
| SetStyleRowBandSize | boolean | Specifies a number of rows which will comprise each table row band for this table style. |
| SetTableBorderAll | boolean | Specifies a border which will be displayed on all table cell borders. |
| SetTableBorderBottom | boolean | Sets the border which will be displayed at the bottom of the current table. |
| SetTableBorderInsideH | boolean | Specifies the border which will be displayed on all horizontal table cell borders which are not on the outmost edge |
| SetTableBorderInsideV | boolean | Specifies the border which will be displayed on all vertical table cell borders which are not on the outmost edge |
| SetTableBorderLeft | boolean | Sets the border which will be displayed on the left of the current table. |
| SetTableBorderRight | boolean | Sets the border which will be displayed on the right of the current table. |
| SetTableBorderTop | boolean | Sets the border which will be displayed at the top of the current table. |
| SetTableCellMarginBottom | boolean | Specifies an amount of space which will be left between the bottom extent of the cell contents and the border |
| SetTableCellMarginLeft | boolean | Specifies an amount of space which will be left between the left extent of the cell contents and the left |
| SetTableCellMarginRight | boolean | Specifies an amount of space which will be left between the right extent of the cell contents and the right |
| SetTableCellMarginTop | boolean | Specifies an amount of space which will be left between the top extent of the cell contents and the top border |
| SetTableDescription | boolean | Sets the table description. |
| SetTableInd | boolean | Specifies the indentation which will be added before the leading edge of the current table in the document |
| SetTableLayout | boolean | Specifies the algorithm which will be used to lay out the contents of the current table within the document. |
| SetTableTitle | boolean | Sets the table title (caption). |
| SetWidth | boolean | Sets the preferred width to the current table. |
| ToJSON | JSON | Converts the ApiTablePr object into the JSON object. |