IColumn — Aspose.Slides FOSS Java API Reference
IColumn — Represents a column in a table.
Package: org.aspose.slides.foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
width | double | Read/Write | |
asICellCollection | ICellCollection | Read/Write | |
asIBulkTextFormattable | IBulkTextFormattable | Read/Write | |
columnFormat | IColumnFormat | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
getWidth() | double | Returns or sets the width of a column. |
setWidth(double value) | void | Sets the width of a column. |
getAsICellCollection() | ICellCollection | Allows to get base ICellCollection interface. |
getAsIBulkTextFormattable() | IBulkTextFormattable | Allows to get base IBulkTextFormattable interface. |
getColumnFormat() | IColumnFormat | Returns the ColumnFormat object that contains formatting properties for this column. |