ApiTableCellPr
Represents the ApiTableCellPr class.
Methods
Method | Returns | Description |
---|---|---|
GetClassType | "tableCellPr" | Returns a type of the ApiTableCellPr class. |
SetCellBorderBottom | None | Sets the border which will be displayed at the bottom of the current table cell. |
SetCellBorderLeft | None | Sets the border which will be displayed to the left of the current table cell. |
SetCellBorderRight | None | Sets the border which will be displayed to the right of the current table cell. |
SetCellBorderTop | None | Sets the border which will be displayed at the top of the current table cell. |
SetCellMarginBottom | None | Specifies 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. |
SetCellMarginLeft | None | Specifies 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. |
SetCellMarginRight | None | Specifies 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. |
SetCellMarginTop | None | Specifies 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. |
SetNoWrap | None | Specifies 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. |
SetShd | None | Specifies the shading applied to the contents of the table cell. |
SetTextDirection | None | Specifies the direction of the text flow for this table cell. |
SetVerticalAlign | None | Specifies the vertical alignment for the text contents within the current table cell. |
SetWidth | None | Sets the preferred width to the current table cell. |
ToJSON | JSON | Converts the ApiTableCellPr object into the JSON object. |