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).
This class provides 4 methods for working with Column objects in .NET programs.
Available methods include: GetEnumerator, 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 in points. |
ColumnFormat | IColumnFormat | Read | Gets the formatting properties for this column. |
AsICellCollection | ICellCollection | Read | Gets this column as an ICellCollection. |
AsIBulkTextFormattable | IBulkTextFormattable | Read | Gets this column as an IBulkTextFormattable. |
Slide | IBaseSlide? | Read | Gets the slide. |
Presentation | IPresentation? | Read | Gets the presentation. |
AsISlideComponent | ISlideComponent | Read | Gets the as i slide component. |
AsIPresentationComponent | IPresentationComponent | Read | Gets the as i presentation component. |
AsICollection | IList<ICell> | Read | Gets the as i collection. |
AsIEnumerable | IEnumerable<ICell> | Read | Gets the as i enumerable. |
Count | int | Read | Gets the count. |
Methods
| Signature | Description |
|---|---|
SetTextFormat(source: IBasePortionFormat) | Sets the text format value. |
SetTextFormat(source: IParagraphFormat) | Sets the text format value. |
SetTextFormat(source: ITextFrameFormat) | Sets the text format value. |
GetEnumerator() | Calls GetEnumerator on this Column instance. |