IColumn — Aspose.Slides FOSS Java API Reference

IColumn — Represents a column in a table.

Package: org.aspose.slides.foss


Properties

PropertyTypeAccessDescription
widthdoubleRead/Write
asICellCollectionICellCollectionRead/Write
asIBulkTextFormattableIBulkTextFormattableRead/Write
columnFormatIColumnFormatRead/Write

Methods

MethodReturnsDescription
getWidth()doubleReturns or sets the width of a column.
setWidth(double value)voidSets 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