IColumn
Overview
IColumn is a interface in Aspose.Slides FOSS for .NET.
Inherits from: ICellCollection, IBulkTextFormattable.
Represents a single column in a table.
This interface provides 1 method for working with IColumn objects in .NET programs.
Available methods include: SetTextFormat.
All public members are accessible to any .NET application after installing the Aspose.Slides FOSS for .NET package.
Properties: AsIBulkTextFormattable, AsICellCollection, AsICollection, AsIEnumerable, AsIPresentationComponent, AsISlideComponent, and 5 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Width | float | Read/Write | Gets or sets the width of the column. |
ColumnFormat | IColumnFormat | Read | Gets the formatting properties associated with this column. |
AsICellCollection | ICellCollection | Read | Returns this instance as an ICellCollection. |
AsIBulkTextFormattable | IBulkTextFormattable | Read | Returns this instance as an IBulkTextFormattable. |
Count | int | Read | Gets the number of cells in the collection. |
Slide | IBaseSlide? | Read | Gets the slide that owns this collection. |
Presentation | IPresentation? | Read | Gets the presentation that owns this collection. |
AsICollection | IList<ICell> | Read | Returns a new list copy of the cells in this collection. |
AsIEnumerable | IEnumerable<ICell> | Read | Returns a fresh enumerable over the cells in this collection. |
AsISlideComponent | ISlideComponent | Read | Returns this instance as an ISlideComponent. |
AsIPresentationComponent | IPresentationComponent | Read | Returns this instance as an IPresentationComponent. |
Methods
| Signature | Description |
|---|---|
SetTextFormat(source: IBasePortionFormat) | Applies the specified portion format to all text within this object. |