ColumnFormat
Overview
ColumnFormat is a class in Aspose.Slides FOSS for Java.
Inherits from: IColumnFormat.
Represents formatting properties of a table column.
This class provides 2 methods for working with ColumnFormat objects in Java programs.
Available methods include: ColumnFormat, getFillFormat.
All public members are accessible to any Java application after installing the Aspose.Slides FOSS for Java package.
Properties: fillFormat.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
fillFormat | IFillFormat | Read | Gets the fill format. |
Methods
| Signature | Description |
|---|---|
ColumnFormat() | Creates a new ColumnFormat with default (empty) formatting. |
getFillFormat() → IFillFormat | Returns the fill format. |