IColumn

Overview

IColumn is a interface in Aspose.Slides FOSS for Java. Inherits from: ICellCollection, IBulkTextFormattable.

Represents a column in a table.

Properties

NameTypeAccessDescription
widthdoubleReadReturns or sets the width of a column.
asICellCollectionICellCollectionReadAllows to get base ICellCollection interface.
asIBulkTextFormattableIBulkTextFormattableReadAllows to get base IBulkTextFormattable interface.
columnFormatIColumnFormatReadReturns the ColumnFormat object that contains formatting properties for this column.

Methods

SignatureDescription
getWidth()doubleReturns or sets the width of a column.
setWidth(value: double)Sets the width of a column.
getAsICellCollection()ICellCollectionAllows to get base ICellCollection interface.
getAsIBulkTextFormattable()IBulkTextFormattableAllows to get base IBulkTextFormattable interface.
getColumnFormat()IColumnFormatReturns the ColumnFormat object that contains formatting properties for this column.

See Also