IRowFormat
Overview
IRowFormat is a interface in Aspose.Slides FOSS for Java.
Represents format of a table row.
This interface provides 1 method for working with IRowFormat objects in Java programs.
Available methods include: 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 | Returns the fill format of the row. |
Methods
| Signature | Description |
|---|---|
getFillFormat() → IFillFormat | Returns the fill format of the row. |