ColumnFormat

Overview

ColumnFormat is a class in Aspose.Slides FOSS for Java. Inherits from: IColumnFormat.

Represents formatting properties of a table column.

This class provides 2 methods for working with ColumnFormat objects in Java programs. Available methods include: ColumnFormat, 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
ColumnFormat()Creates a new ColumnFormat with default (empty) formatting.
getFillFormat()IFillFormatReturns the fill format.

See Also