Cell

Overview

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

Represents a cell in a table.

Properties

NameTypeAccessDescription
TextVerticalTypeTextVerticalTypeReadGets or sets the vertical text orientation of the cell
TextAnchorTypeTextAnchorTypeReadGets or sets the text anchoring mode of the cell
TextFrameTextFrameReadProvides access to the cell’s TextFrame for reading or modifying text
TableTableReadProvides access to the parent Table of the cell
CellFormatCellFormatReadReturns the formatting settings applied to the cell
SlideSlideReadProvides access to the Slide that contains the cell

Methods

SignatureDescription
TextVerticalType()TextVerticalTypeGets or sets the vertical text orientation of the cell
TextAnchorType()TextAnchorTypeGets or sets the text anchoring mode of the cell
TextFrame()TextFrameProvides access to the cell’s TextFrame for reading or modifying text
TextFrame()TextFrame
Table()TableProvides access to the parent Table of the cell
CellFormat()CellFormatReturns the formatting settings applied to the cell
CellFormat()CellFormat
Slide()SlideProvides access to the Slide that contains the cell
init_internal(tc_element: pugi::xml_node, row_index: int, col_index: int, slide_part: Internal::pptx::SlidePart, parent_slide: IBaseSlide, table: Table)Initialize 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