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