Cell
Overview
Cell is a class in Aspose.Slides FOSS for C++.
Represents a cell in a table.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
TextVerticalType | TextVerticalType | Read | Gets or sets the vertical text orientation of the cell |
TextAnchorType | TextAnchorType | Read | Gets or sets the text anchoring mode of the cell |
TextFrame | TextFrame | Read | Provides access to the cell’s TextFrame for reading or modifying text |
Table | Table | Read | Provides access to the parent Table of the cell |
CellFormat | CellFormat | Read | Returns the formatting settings applied to the cell |
Slide | Slide | Read | Provides access to the Slide that contains the cell |
Methods
| Signature | Description |
|---|---|
TextVerticalType() → TextVerticalType | Gets or sets the vertical text orientation of the cell |
TextAnchorType() → TextAnchorType | Gets or sets the text anchoring mode of the cell |
TextFrame() → TextFrame | Provides access to the cell’s TextFrame for reading or modifying text |
TextFrame() → TextFrame | |
Table() → Table | Provides access to the parent Table of the cell |
CellFormat() → CellFormat | Returns the formatting settings applied to the cell |
CellFormat() → CellFormat | |
Slide() → Slide | Provides 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_node | Returns the child node, or an empty node if not present. |
ensure_tc_pr() → pugi::xml_node | Returns the child node, creating it if absent. |