Table — Aspose.Slides FOSS C++ API Reference

Table — Represents a table shape on a slide.

Package: Aspose::Slides


Properties

PropertyTypeAccessDescription
TableTableRead
RowCollectionRowCollectionRead
ColumnCollectionColumnCollectionRead
ITableFormatITableFormatRead
TableFormatTableFormatRead
TableStylePresetTableStylePresetRead
IGraphicalObjectLockIGraphicalObjectLockRead
IGraphicalObjectIGraphicalObjectRead
IBulkTextFormattableIBulkTextFormattableRead

Methods

MethodReturnsDescription
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()voidInitialize this table from an XML element within a slide part.
set_text_format()voidIBulkTextFormattable overrides (no-op stubs for the interface).
set_text_format()voidIBulkTextFormattable overrides (no-op stubs for the interface).
set_text_format()voidIBulkTextFormattable overrides (no-op stubs for the interface).
get_tbl_pr()pugi::xml_nodeReturns the cached node, or an empty node if not present.
ensure_tbl_pr()pugi::xml_nodeReturns the node, creating it as the first child of if absent.
get_bool_attr()boolReads a boolean attribute from (“1” = true, absent/“0” = false).
set_bool_attr()voidSets or removes a boolean attribute on , then saves.
find_style_element()pugi::xml_nodeFinds the table style element — or legacy .
read_style_guid()std::stringReads the GUID string from a style element (text content or val attribute).

See Also