IColumnFormat

Overview

IColumnFormat is a interface in Aspose.Slides FOSS for Java.

Represents format of a table column.

This interface provides 1 method for working with IColumnFormat objects in Java programs. Available methods include: getFillFormat. All public members are accessible to any Java application after installing the Aspose.Slides FOSS for Java package. Properties: fillFormat.

Properties

NameTypeAccessDescription
fillFormatIFillFormatReadReturns the fill format of the column.

Methods

SignatureDescription
getFillFormat()IFillFormatReturns the fill format of the column.

See Also