IColumn
All Implemented Interfaces: com.aspose.slides.ICellCollection, com.aspose.slides.IBulkTextFormattable
public interface IColumn extends ICellCollection, IBulkTextFormattable
Represents a column in a table.
Methods
| Method | Description |
|---|---|
| getWidth() | Returns or sets the width of a column. |
| setWidth(double value) | Returns or sets the width of a column. |
| getColumnFormat() | Returns the ColumnFormat object that contains formatting properties for this column. |
getWidth()
public abstract double getWidth()
Returns or sets the width of a column. Read/write double.
Returns: double
setWidth(double value)
public abstract void setWidth(double value)
Returns or sets the width of a column. Read/write double.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | double |
getColumnFormat()
public abstract IColumnFormat getColumnFormat()
Returns the ColumnFormat object that contains formatting properties for this column. Read-only IColumnFormat.
Returns: IColumnFormat