IPatternFormat
General
IPatternFormat és una interfície en Aspose.Slides FOSS per Java.
Representa un format de rellotge d’esquema.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
patternStyle | PatternStyle | Read | Gets or sets the pattern style of the fill |
foreColor | IColorFormat | Read | Provides access to the foreground pattern color format |
backColor | IColorFormat | Read | Provides access to the background pattern color format |
Mètodes
| 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. |