Column
Overview
Column is a class in Aspose.Slides FOSS for Python.
Inherits from: CellCollection, IColumn.
Represents a column in a table.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
width | float | Read | Returns or sets the width of a column. |
as_i_cell_collection | ICellCollection | Read | Provides access to the column’s cells as a collection |
as_i_bulk_text_formattable | IBulkTextFormattable | Read | Returns an interface for bulk text formatting of the column |
Methods
| Signature | Description |
|---|---|
set_text_format() | Applies bulk text formatting to the column’s cells |