RowFormat
Overview
RowFormat is a class in Aspose.Slides FOSS for Java.
Inherits from: IRowFormat.
Represents formatting properties of a table row.
This class provides 2 methods for working with RowFormat objects in Java programs.
Available methods include: RowFormat, 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 |
|---|---|
RowFormat() | Creates a new RowFormat with default (empty) formatting. |
getFillFormat() → IFillFormat | Returns the fill format. |