PatternFormat

Overview

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

Represents a pattern fill format.

This class provides 11 methods for working with PatternFormat objects in Java programs. Available methods include: PVIObject, PatternFormat, asIPresentationComponent, getBackColor, getForeColor, getPatternStyle, getPresentation, getSlide, initInternal, setPatternStyle. All public members are accessible to any Java application after installing the Aspose.Slides FOSS for Java package. Properties: backColor, foreColor, patternStyle, presentation, slide.

Properties

NameTypeAccessDescription
patternStylePatternStyleReadGets the pattern style.
foreColorIColorFormatReadGets the fore color.
backColorIColorFormatReadGets the back color.
slideIBaseSlideReadGets the slide.
presentationIPresentationReadGets the presentation.

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 pattern style.
setPatternStyle(value: PatternStyle)Sets the pattern style value.
getForeColor()IColorFormatReturns the fore color.
getBackColor()IColorFormatReturns the back color.
PVIObject()Creates a PVIObject with no parent slide.
getSlide()IBaseSlideReturns the slide.
getPresentation()IPresentationReturns the presentation.
asIPresentationComponent()IPresentationComponentReturns this object as an {@link IPresentationComponent}.

See Also