Cell — Aspose.Slides FOSS C++ API Reference

Cell — Represents a cell in a table.

Package: Aspose::Slides


Properties

PropertyTypeAccessDescription
TextVerticalTypeTextVerticalTypeRead
TextAnchorTypeTextAnchorTypeRead
TextFrameTextFrameRead
TableTableRead
CellFormatCellFormatRead
SlideSlideRead

Methods

MethodReturnsDescription
TextVerticalType()TextVerticalType
TextAnchorType()TextAnchorType
TextFrame()TextFrame
TextFrame()TextFrame
Table()Table
CellFormat()CellFormat
CellFormat()CellFormat
Slide()Slide
init_internal()voidInitialize this cell from an XML element.
get_tc_pr()pugi::xml_nodeReturns the child node, or an empty node if not present.
ensure_tc_pr()pugi::xml_nodeReturns the child node, creating it if absent.

See Also