CellFormat

Overview

CellFormat is a class in Aspose.Slides FOSS for C++.

Represents formatting for a table cell.

Properties

NameTypeAccessDescription
FillFormatFillFormatReadReturns the FillFormat object that defines the cell’s fill settings
LineFormatLineFormatReadReturns the LineFormat object that defines the cell’s border line settings

Methods

SignatureDescription
FillFormat()FillFormatReturns the FillFormat object that defines the cell’s fill settings
FillFormat()FillFormat
LineFormat()LineFormatReturns 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
init_internal(tc_pr_element: pugi::xml_node, save_callback: std::function<void()>)Initialize XML-backed cell format from a element.

See Also