CellFormat
Overview
CellFormat is a class in Aspose.Slides FOSS for C++.
Represents formatting for a table cell.
This class provides 31 methods for working with CellFormat objects in C++ programs.
Available methods include: CellFormat, FillFormat, LineFormat, border_bottom, border_diagonal_down, border_diagonal_up, border_left, border_right, border_top, fill_format, init_internal, ~CellFormat.
All public members are accessible to any C++ application after installing the Aspose.Slides FOSS for C++ package.
Properties: FillFormat, LineFormat.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
FillFormat | FillFormat | Read | Gets the fill format. |
LineFormat | LineFormat | Read | Gets the line format. |
Methods
| Signature | Description |
|---|---|
FillFormat() → FillFormat | Returns the FillFormat object that defines the cell’s fill settings |
FillFormat() → FillFormat | |
LineFormat() → LineFormat | Returns the LineFormat object that defines the cell’s border line settings |
LineFormat() → LineFormat | |
LineFormat() → LineFormat | |
LineFormat() → LineFormat | |
LineFormat() → LineFormat | |
LineFormat() → LineFormat | |
LineFormat() → LineFormat | |
LineFormat() → LineFormat | |
LineFormat() → LineFormat | |
LineFormat() → LineFormat | |
LineFormat() → LineFormat | |
LineFormat() → LineFormat | |
CellFormat() | |
~CellFormat() | |
init_internal(tc_pr_element: pugi::xml_node, save_callback: std::function<void()>) | Initialize XML-backed cell format from a element. |
fill_format() → FillFormat | Returns the fill format for this cell. |
fill_format() → FillFormat | Returns the fill format for this cell. |
border_left() → LineFormat | Returns the left border line format. |
border_left() → LineFormat | Returns the left border line format. |
border_top() → LineFormat | Returns the top border line format. |
border_top() → LineFormat | Returns the top border line format. |
border_right() → LineFormat | Returns the right border line format. |
border_right() → LineFormat | Returns the right border line format. |
border_bottom() → LineFormat | Returns the bottom border line format. |
border_bottom() → LineFormat | Returns the bottom border line format. |
border_diagonal_down() → LineFormat | Returns the diagonal-down border line format. |
border_diagonal_down() → LineFormat | Returns the diagonal-down border line format. |
border_diagonal_up() → LineFormat | Returns the diagonal-up border line format. |
border_diagonal_up() → LineFormat | Returns the diagonal-up border line format. |