TableFormat
Overview
TableFormat is a class in Aspose.Slides FOSS for Java.
Inherits from: ITableFormat.
Represents format of a table.
This class provides 3 methods for working with TableFormat objects in Java programs.
Available methods include: TableFormat, getFillFormat, initInternal.
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 |
|---|---|
TableFormat() | Creates an uninitialized TableFormat. |
initInternal(tblPrElement: Element, saveCallback: Runnable, parentSlide: IBaseSlide) → TableFormat | Internal initialization. |
getFillFormat() → IFillFormat | Returns the fill format. |