Column

Overview

Column is a class in Aspose.Slides FOSS for Python. Inherits from: CellCollection, IColumn.

Represents a column in a table.

Properties

NameTypeAccessDescription
widthfloatReadReturns or sets the width of a column.
as_i_cell_collectionICellCollectionReadProvides access to the column’s cells as a collection
as_i_bulk_text_formattableIBulkTextFormattableReadReturns an interface for bulk text formatting of the column

Methods

SignatureDescription
set_text_format()Applies bulk text formatting to the column’s cells

See Also