Column

Overview

Column is a class in Aspose.Slides FOSS for C++.

Represents a column in a table.

Properties

NameTypeAccessDescription
ColumnFormatColumnFormatReadReturns a ColumnFormat object representing the column’s formatting settings
ICellCollectionICellCollectionReadProperty gives read‑only access to the collection of cells in the column
IBulkTextFormattableIBulkTextFormattableReadReturns the IBulkTextFormattable interface for bulk text formatting of the column

Methods

SignatureDescription
ColumnFormat()ColumnFormatReturns a ColumnFormat object representing the column’s formatting settings
ICellCollection()ICellCollectionProperty gives read‑only access to the collection of cells in the column
ICellCollection()ICellCollection
IBulkTextFormattable()IBulkTextFormattableReturns 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.

See Also