IPatternFormat
Overview
IPatternFormat is a interface in Aspose.Slides FOSS for Java.
Represents a pattern fill format.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
patternStyle | PatternStyle | Read | Returns or sets the pattern style. |
foreColor | IColorFormat | Read | Returns the foreground pattern color. |
backColor | IColorFormat | Read | Returns the background pattern color. |
Methods
| Signature | Description |
|---|---|
getPatternStyle() → PatternStyle | Returns or sets the pattern style. |
setPatternStyle(value: PatternStyle) | Sets the pattern style. |
getForeColor() → IColorFormat | Returns the foreground pattern color. |
getBackColor() → IColorFormat | Returns the background pattern color. |