Table — Aspose.Slides FOSS C++ API Reference
Table — Represents a table shape on a slide.
Package: Aspose::Slides
Properties
| Property | Type | Access | Description |
|---|---|---|---|
Table | Table | Read | |
RowCollection | RowCollection | Read | |
ColumnCollection | ColumnCollection | Read | |
ITableFormat | ITableFormat | Read | |
TableFormat | TableFormat | Read | |
TableStylePreset | TableStylePreset | Read | |
IGraphicalObjectLock | IGraphicalObjectLock | Read | |
IGraphicalObject | IGraphicalObject | Read | |
IBulkTextFormattable | IBulkTextFormattable | Read |
Methods
| Method | Returns | Description |
|---|---|---|
Table() | Table | |
Table() | Table | |
RowCollection() | RowCollection | |
RowCollection() | RowCollection | |
ColumnCollection() | ColumnCollection | |
ColumnCollection() | ColumnCollection | |
ITableFormat() | ITableFormat | |
TableFormat() | TableFormat | |
TableStylePreset() | TableStylePreset | |
IGraphicalObjectLock() | IGraphicalObjectLock | |
IGraphicalObject() | IGraphicalObject | |
IBulkTextFormattable() | IBulkTextFormattable | |
init_internal() | void | Initialize this table from an XML element within a slide part. |
set_text_format() | void | IBulkTextFormattable overrides (no-op stubs for the interface). |
set_text_format() | void | IBulkTextFormattable overrides (no-op stubs for the interface). |
set_text_format() | void | IBulkTextFormattable overrides (no-op stubs for the interface). |
get_tbl_pr() | pugi::xml_node | Returns the cached node, or an empty node if not present. |
ensure_tbl_pr() | pugi::xml_node | Returns the node, creating it as the first child of if absent. |
get_bool_attr() | bool | Reads a boolean attribute from (“1” = true, absent/“0” = false). |
set_bool_attr() | void | Sets or removes a boolean attribute on , then saves. |
find_style_element() | pugi::xml_node | Finds the table style element — or legacy . |
read_style_guid() | std::string | Reads the GUID string from a style element (text content or val attribute). |