Skip to main content

ApiTable

ApiTable is a subclass of ApiTablePr.

Methods

MethodReturnsDescription
AddCaptionbooleanAdds a caption paragraph after (or before) the current table.
AddColumnbooleanAdds a new column to the current table.
AddColumnsApiTableAdds the new columns to the current table.
AddCommentApiCommentAdds a comment to all contents of the current table.
AddElementbooleanAdds a paragraph or a table or a blockLvl content control using its position in the cell.
AddRowApiTableRowAdds a new row to the current table.
AddRowsApiTableAdds the new rows to the current table.
ClearbooleanClears the content from the table.
CopyApiTableCreates a copy of the current table.
DeletebooleanDeletes the current table.
GetAllCellsApiTableCell[]Returns a collection of all cells in the table.
GetCellApiTableCellReturns a cell by its position.
GetClassType"table"Returns a type of the ApiTable class.
GetInternalIdstringReturns an internal ID of the current table.
GetParentContentControlApiBlockLvlSdt | nullReturns a content control that contains the current table.
GetParentTableApiTable | nullReturns a table that contains the current table.
GetParentTableCellApiTableCell | nullReturns a table cell that contains the current table.
GetPosInParentNumberReturns the table position within its parent element.
GetRangeApiRangeReturns a Range object that represents the part of the document contained in the specified table.
GetRowApiTableRowReturns a table row by its position in the table.
GetRowsCountnumberReturns a number of rows in the current table.
GetTableDescriptionstringReturns the table description.
GetTableTitlestringReturns the table title (caption).
GetTablesApiTable[]Returns an array of tables that represents all the tables nested within the specified table.
InsertInContentControlApiTable | ApiBlockLvlSdtWraps the current table object with a content control.
MergeCellsApiTableCellMerges an array of cells. If the merge is done successfully, it will return the resulting merged cell, otherwise the result will be "null".
RemoveColumnbooleanRemoves a table column with a specified cell.
RemoveRowbooleanRemoves a table row with a specified cell.
ReplaceByElementbooleanReplaces the current table with a new element.
SearchApiRange[]Searches for a scope of a table object. The search results are a collection of ApiRange objects.
SelectbooleanSelects the current table.
SetBackgroundColorbooleanSets the background color to all cells in the current table.
SetCellSpacingbooleanSpecifies the default table cell spacing (the spacing between adjacent cells and the edges of the table).
SetHAlignbooleanSets the horizontal alignment to the table.
SetJcbooleanSpecifies the alignment of the current table with respect to the text margins in the current section.
SetPaddingsbooleanSets the table paddings.
SetShdbooleanSpecifies the shading which is applied to the extents of the current table.
SetStylebooleanSets a style to 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.
SetTableLookbooleanSpecifies the conditional formatting components of the referenced table style (if one exists)
SetTableTitlebooleanSets the table title (caption).
SetTextPrbooleanApplies the text settings to the entire contents of the table.
SetVAlignbooleanSets the vertical alignment to the table.
SetWidthbooleanSets the preferred width to the current table.
SetWrappingStylebooleanSets the table wrapping style.
SplitApiTable | nullSplits the cell into a given number of rows and columns.
ToJSONJSONConverts the ApiTable object into the JSON object.