PatternFormat
Overview
PatternFormat is a class in Aspose.Slides FOSS for Java.
Inherits from: PVIObject, IPatternFormat.
Represents a pattern fill format.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
patternStyle | PatternStyle | Read | Gets or sets the pattern style applied to the fill |
foreColor | IColorFormat | Read | Gets the foreground IColorFormat of the pattern fill |
backColor | IColorFormat | Read | Gets the background IColorFormat of the pattern fill |
Methods
| Signature | Description |
|---|---|
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() → PatternStyle | Returns the current PatternStyle of the fill |
setPatternStyle(value: PatternStyle) | Sets the PatternStyle to the specified value |
getForeColor() → IColorFormat | Returns the IColorFormat representing the foreground color |
getBackColor() → IColorFormat | Returns the IColorFormat representing the background color |