Skip to main content

ApiTableCellPr

Represents the ApiTableCellPr class.

Methods

MethodReturnsDescription
GetClassType"tableCellPr"Returns a type of the ApiTableCellPr class.
SetCellBorderBottomNoneSets the border which will be displayed at the bottom of the current table cell.
SetCellBorderLeftNoneSets the border which will be displayed to the left of the current table cell.
SetCellBorderRightNoneSets the border which will be displayed to the right of the current table cell.
SetCellBorderTopNoneSets the border which will be displayed at the top of the current table cell.
SetCellMarginBottomNoneSpecifies an amount of space which will be left between the bottom extent of the cell contents and the border\ of a specific table cell within a table.
SetCellMarginLeftNoneSpecifies an amount of space which will be left between the left extent of the cell contents and \ the border of a specific table cell within a table.
SetCellMarginRightNoneSpecifies an amount of space which will be left between the right extent of the cell contents and the border of a specific table cell within a table.
SetCellMarginTopNoneSpecifies an amount of space which will be left between the upper extent of the cell contents\ and the border of a specific table cell within a table.
SetNoWrapNoneSpecifies how the current table cell is laid out when the parent table is displayed in a document. This setting\ only affects the behavior of the cell when the ApiTablePr#SetTableLayout table layout for this table is set to use the <code>"autofit"</code> algorithm.
SetShdNoneSpecifies the shading applied to the contents of the table cell.
SetTextDirectionNoneSpecifies the direction of the text flow for this table cell.
SetVerticalAlignNoneSpecifies the vertical alignment for the text contents within the current table cell.
SetWidthNoneSets the preferred width to the current table cell.
ToJSONJSONConverts the ApiTableCellPr object into the JSON object.