ColumnFormat
Overview
ColumnFormat is a class in Aspose.Slides FOSS for Java.
Inherits from: IColumnFormat.
Represents formatting properties of a table column.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
fillFormat | IFillFormat | Read | Gets or sets the IFillFormat for the column |
Methods
| Signature | Description |
|---|---|
ColumnFormat() | Creates a new ColumnFormat with default (empty) formatting. |
getFillFormat() → IFillFormat | Returns an IFillFormat allowing you to define the background fill of a table column |