Column
Overview
Column is a class in Aspose.Slides FOSS for C++.
Represents a column in a table.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
ColumnFormat | ColumnFormat | Read | Returns a ColumnFormat object representing the column’s formatting settings |
ICellCollection | ICellCollection | Read | Property gives read‑only access to the collection of cells in the column |
IBulkTextFormattable | IBulkTextFormattable | Read | Returns the IBulkTextFormattable interface for bulk text formatting of the column |
Methods
| Signature | Description |
|---|---|
ColumnFormat() → ColumnFormat | Returns a ColumnFormat object representing the column’s formatting settings |
ICellCollection() → ICellCollection | Property gives read‑only access to the collection of cells in the column |
ICellCollection() → ICellCollection | |
IBulkTextFormattable() → IBulkTextFormattable | Returns the IBulkTextFormattable interface for bulk text formatting of the column |
IBulkTextFormattable() → IBulkTextFormattable | |
init_internal(grid_col_element: pugi::xml_node, col_index: int, tbl_element: pugi::xml_node, slide_part: Internal::pptx::SlidePart, parent_slide: IBaseSlide, table: Table) | Initializes this column from XML elements. Parses one cell per row at the given column index from the \ element, populating the inherited CellCollection. |