Column
Overview
Column is a class in Aspose.Slides FOSS for .NET.
Inherits from: CellCollection, IColumn, IBulkTextFormattable.
Represents a table column as a collection of cells (one per row).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Width | float | Read/Write | Gets or sets the column’s width in points |
ColumnFormat | IColumnFormat | Read | Gets the IColumnFormat that defines the column’s visual settings |
AsICellCollection | ICellCollection | Read | Provides the column as an ICellCollection interface |
AsIBulkTextFormattable | IBulkTextFormattable | Read | Provides the column as an IBulkTextFormattable interface |
Methods
| Signature | Description |
|---|---|
SetTextFormat(source: IBasePortionFormat) | Copies text formatting from an IBasePortionFormat to the column |
SetTextFormat(source: IParagraphFormat) | |
SetTextFormat(source: ITextFrameFormat) |