Column

Overview

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

Represents a column in a table.

This class provides 18 methods for working with Column objects in C++ programs. Available methods include: Column, ColumnFormat, IBulkTextFormattable, ICellCollection, as_i_bulk_text_formattable, as_i_cell_collection, column_format, init_internal, set_text_format, set_width, width. All public members are accessible to any C++ application after installing the Aspose.Slides FOSS for C++ package. Properties: ColumnFormat, IBulkTextFormattable, ICellCollection.

Properties

NameTypeAccessDescription
ColumnFormatColumnFormatReadGets the column format.
ICellCollectionICellCollectionReadGets the i cell collection.
IBulkTextFormattableIBulkTextFormattableReadGets the i bulk text formattable.

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
Column()
Column(width: double)
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.
width()doubleReturns the width of this column.
set_width(value: double)
column_format()ColumnFormatReturns the ColumnFormat object that contains formatting properties for this column. Read-only.
as_i_cell_collection()ICellCollectionReturns this object as an ICellCollection reference.
as_i_cell_collection()ICellCollectionReturns this object as an ICellCollection reference.
as_i_bulk_text_formattable()IBulkTextFormattableReturns this object as an IBulkTextFormattable reference.
as_i_bulk_text_formattable()IBulkTextFormattableReturns this object as an IBulkTextFormattable reference.
set_text_format()Sets the portion format for all child portions.
set_text_format()Sets the portion format for all child portions.
set_text_format()Sets the portion format for all child portions.

See Also