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

NameTypeAccessDescription
FillFormatFillFormatReadGets the fill format.
LineFormatLineFormatReadGets the line format.

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
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()FillFormatReturns the fill format for this cell.
fill_format()FillFormatReturns the fill format for this cell.
border_left()LineFormatReturns the left border line format.
border_left()LineFormatReturns the left border line format.
border_top()LineFormatReturns the top border line format.
border_top()LineFormatReturns the top border line format.
border_right()LineFormatReturns the right border line format.
border_right()LineFormatReturns the right border line format.
border_bottom()LineFormatReturns the bottom border line format.
border_bottom()LineFormatReturns the bottom border line format.
border_diagonal_down()LineFormatReturns the diagonal-down border line format.
border_diagonal_down()LineFormatReturns the diagonal-down border line format.
border_diagonal_up()LineFormatReturns the diagonal-up border line format.
border_diagonal_up()LineFormatReturns the diagonal-up border line format.

See Also