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

NameTypeAccessDescription
fillFormatIFillFormatReadGets the fill format.

Methods

SignatureDescription
RowFormat()Creates a new RowFormat with default (empty) formatting.
getFillFormat()IFillFormatReturns the fill format.

See Also