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
| Name | Type | Access | Description |
|---|---|---|---|
ColumnFormat | ColumnFormat | Read | Gets the column format. |
ICellCollection | ICellCollection | Read | Gets the i cell collection. |
IBulkTextFormattable | IBulkTextFormattable | Read | Gets the i bulk text formattable. |
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 | |
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() → double | Returns the width of this column. |
set_width(value: double) | |
column_format() → ColumnFormat | Returns the ColumnFormat object that contains formatting properties for this column. Read-only. |
as_i_cell_collection() → ICellCollection | Returns this object as an ICellCollection reference. |
as_i_cell_collection() → ICellCollection | Returns this object as an ICellCollection reference. |
as_i_bulk_text_formattable() → IBulkTextFormattable | Returns this object as an IBulkTextFormattable reference. |
as_i_bulk_text_formattable() → IBulkTextFormattable | Returns 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. |