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

NameTypeAccessDescription
WidthfloatRead/WriteGets or sets the width of the column in points.
ColumnFormatIColumnFormatReadGets the formatting properties for this column.
AsICellCollectionICellCollectionReadGets this column as an ICellCollection.
AsIBulkTextFormattableIBulkTextFormattableReadGets this column as an IBulkTextFormattable.
SlideIBaseSlide?ReadGets the slide.
PresentationIPresentation?ReadGets the presentation.
AsISlideComponentISlideComponentReadGets the as i slide component.
AsIPresentationComponentIPresentationComponentReadGets the as i presentation component.
AsICollectionIList<ICell>ReadGets the as i collection.
AsIEnumerableIEnumerable<ICell>ReadGets the as i enumerable.
CountintReadGets the count.

Methods

SignatureDescription
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.

See Also