IColumn
Overview
IColumn is a interface in Aspose.Slides FOSS for Java.
Inherits from: ICellCollection, IBulkTextFormattable.
Represents a column in a table.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
width | double | Read | Returns or sets the width of a column. |
asICellCollection | ICellCollection | Read | Allows to get base ICellCollection interface. |
asIBulkTextFormattable | IBulkTextFormattable | Read | Allows to get base IBulkTextFormattable interface. |
columnFormat | IColumnFormat | Read | Returns the ColumnFormat object that contains formatting properties for this column. |
Methods
| Signature | Description |
|---|---|
getWidth() → double | Returns or sets the width of a column. |
setWidth(value: double) | 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. |