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

NameTypeAccessDescription
WidthfloatRead/WriteGets or sets the column’s width in points
ColumnFormatIColumnFormatReadGets the IColumnFormat that defines the column’s visual settings
AsICellCollectionICellCollectionReadProvides the column as an ICellCollection interface
AsIBulkTextFormattableIBulkTextFormattableReadProvides the column as an IBulkTextFormattable interface

Methods

SignatureDescription
SetTextFormat(source: IBasePortionFormat)Copies text formatting from an IBasePortionFormat to the column
SetTextFormat(source: IParagraphFormat)
SetTextFormat(source: ITextFrameFormat)

See Also