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

NameTypeAccessDescription
FillFormatFillFormatReadGets the fill format.

Methods

SignatureDescription
FillFormat()FillFormatReturns 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()FillFormatReturns the fill format for the table.
fill_format()FillFormatReturns the fill format for the table.

See Also