Skip to main content

ApiTablePr

Represents the ApiTablePr class.

Methods

MethodReturnsDescription
GetClassType"tablePr"Returns a type of the ApiTablePr class.
GetTableDescriptionstringReturns the table description.
GetTableTitlestringReturns the table title (caption).
SetCellSpacingbooleanSpecifies the default table cell spacing (the spacing between adjacent cells and the edges of the table).
SetJcbooleanSpecifies the alignment of the current table with respect to the text margins in the current section.
SetShdbooleanSpecifies the shading which is applied to the extents of the current table.
SetStyleColBandSizebooleanSpecifies a number of columns which will comprise each table column band for this table style.
SetStyleRowBandSizebooleanSpecifies a number of rows which will comprise each table row band for this table style.
SetTableBorderAllbooleanSpecifies a border which will be displayed on all table cell borders.
SetTableBorderBottombooleanSets the border which will be displayed at the bottom of the current table.
SetTableBorderInsideHbooleanSpecifies the border which will be displayed on all horizontal table cell borders which are not on the outmost edge
SetTableBorderInsideVbooleanSpecifies the border which will be displayed on all vertical table cell borders which are not on the outmost edge
SetTableBorderLeftbooleanSets the border which will be displayed on the left of the current table.
SetTableBorderRightbooleanSets the border which will be displayed on the right of the current table.
SetTableBorderTopbooleanSets the border which will be displayed at the top of the current table.
SetTableCellMarginBottombooleanSpecifies an amount of space which will be left between the bottom extent of the cell contents and the border
SetTableCellMarginLeftbooleanSpecifies an amount of space which will be left between the left extent of the cell contents and the left
SetTableCellMarginRightbooleanSpecifies an amount of space which will be left between the right extent of the cell contents and the right
SetTableCellMarginTopbooleanSpecifies an amount of space which will be left between the top extent of the cell contents and the top border
SetTableDescriptionbooleanSets the table description.
SetTableIndbooleanSpecifies the indentation which will be added before the leading edge of the current table in the document
SetTableLayoutbooleanSpecifies the algorithm which will be used to lay out the contents of the current table within the document.
SetTableTitlebooleanSets the table title (caption).
SetWidthbooleanSets the preferred width to the current table.
ToJSONJSONConverts the ApiTablePr object into the JSON object.