IColumn — Aspose.Slides FOSS Python API Reference
Overview
IColumn represents the i column in a presentation. Browse the properties and methods in the tables below to understand the complete public API surface of this type. All members listed here are part of the stable public API and may be used in production code targeting the FOSS edition. Refer to the package documentation for installation instructions and a complete list of related types.
Package: aspose.slides_foss
Description
IColumn is a class in the Aspose.Slides FOSS library for Python that exposes 0 methods and 3 properties for programmatic use. It extends ICellCollection and implements IBulkTextFormattable, ABC, inheriting shared functionality from its parent type.
Core capabilities include: float; icolumnformat; icellcollection. These operations enable developers to integrate icolumn functionality directly into Python applications.
Properties
| Property | Type | Access | Description |
|---|---|---|---|
width | float | Read / Write | The width value. |
column_format | IColumnFormat | Read-only | The column_format value. |
as_i_cell_collection | ICellCollection | Read-only | The as_i_cell_collection value. |
as_i_bulk_text_formattable | IBulkTextFormattable | Read-only | The as_i_bulk_text_formattable value. |