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

NameTypeAccessDescription
fillFormatIFillFormatReadGets the fill format.

Methods

SignatureDescription
TableFormat()Creates an uninitialized TableFormat.
initInternal(tblPrElement: Element, saveCallback: Runnable, parentSlide: IBaseSlide)TableFormatInternal initialization.
getFillFormat()IFillFormatReturns the fill format.

See Also