IPatternFormat

Overview

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

Represents a pattern fill format.

This interface provides 4 methods for working with IPatternFormat objects in Java programs. Available methods include: getBackColor, getForeColor, getPatternStyle, setPatternStyle. All public members are accessible to any Java application after installing the Aspose.Slides FOSS for Java package. Properties: backColor, foreColor, patternStyle.

Properties

NameTypeAccessDescription
patternStylePatternStyleReadReturns or sets the pattern style.
foreColorIColorFormatReadReturns the foreground pattern color.
backColorIColorFormatReadReturns the background pattern color.

Methods

SignatureDescription
getPatternStyle()PatternStyleReturns or sets the pattern style.
setPatternStyle(value: PatternStyle)Sets the pattern style.
getForeColor()IColorFormatReturns the foreground pattern color.
getBackColor()IColorFormatReturns the background pattern color.

See Also