Cell — Aspose.Slides FOSS C++ API Reference
Cell — Represents a cell in a table.
Package: Aspose::Slides
Properties
| Property | Type | Access | Description |
|---|---|---|---|
TextVerticalType | TextVerticalType | Read | |
TextAnchorType | TextAnchorType | Read | |
TextFrame | TextFrame | Read | |
Table | Table | Read | |
CellFormat | CellFormat | Read | |
Slide | Slide | Read |
Methods
| Method | Returns | Description |
|---|---|---|
TextVerticalType() | TextVerticalType | |
TextAnchorType() | TextAnchorType | |
TextFrame() | TextFrame | |
TextFrame() | TextFrame | |
Table() | Table | |
CellFormat() | CellFormat | |
CellFormat() | CellFormat | |
Slide() | Slide | |
init_internal() | void | 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. |