PatternFormat

Overview

PatternFormat is a class in Aspose.Slides FOSS for Java. Inherits from: PVIObject, IPatternFormat.

Represents a pattern fill format.

Properties

NameTypeAccessDescription
patternStylePatternStyleReadGets or sets the pattern style applied to the fill
foreColorIColorFormatReadGets the foreground IColorFormat of the pattern fill
backColorIColorFormatReadGets the background IColorFormat of the pattern fill

Methods

SignatureDescription
PatternFormat(pattFill: Element, saveCallback: Runnable)Creates a new PatternFormat backed by the given {@code <a:pattFill>} element.
PatternFormat()Creates an uninitialized PatternFormat.
initInternal(pattFillElement: Element, saveCallback: Runnable, parentSlide: IBaseSlide)Internal initialization.
getPatternStyle()PatternStyleReturns the current PatternStyle of the fill
setPatternStyle(value: PatternStyle)Sets the PatternStyle to the specified value
getForeColor()IColorFormatReturns the IColorFormat representing the foreground color
getBackColor()IColorFormatReturns the IColorFormat representing the background color

See Also