RowFormat

Overview

RowFormat is a class in Aspose.Slides FOSS for Java. Inherits from: IRowFormat.

Represents formatting properties of a table row.

Properties

NameTypeAccessDescription
fillFormatIFillFormatReadGets or sets the IFillFormat for the row

Methods

SignatureDescription
RowFormat()Creates a new RowFormat with default (empty) formatting.
getFillFormat()IFillFormatReturns the IFillFormat associated with the row

See Also