TableFormat
Overview
TableFormat is a class in Aspose.Slides FOSS for C++.
Represents table formatting properties.
This class provides 6 methods for working with TableFormat objects in C++ programs.
Available methods include: FillFormat, TableFormat, fill_format, init_internal.
All public members are accessible to any C++ application after installing the Aspose.Slides FOSS for C++ package.
Properties: FillFormat.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
FillFormat | FillFormat | Read | Gets the fill format. |
Methods
| Signature | Description |
|---|---|
FillFormat() → FillFormat | Returns the FillFormat object for the table’s fill settings |
FillFormat() → FillFormat | |
TableFormat() | |
init_internal(tbl_pr_element: pugi::xml_node, save_callback: std::function<void()>) | Initialize from a \ XML element. |
fill_format() → FillFormat | Returns the fill format for the table. |
fill_format() → FillFormat | Returns the fill format for the table. |