IPatternFormat

Overview

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

Represents a pattern fill format.

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