PatternFormat
General
PatternFormat is a class in Aspose.Slides FOSS for Java.
Inherits from: PVIObject, IPatternFormat.
PatternFormat és una classe en Aspose.Slides FOSS per a Java. Hereta de: ゚ PVIObject⌒, ∂IPatternFormatヽ .
Representa un format de rellotge d’esquema.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
patternStyle | PatternStyle | Read | Gets or sets the pattern style applied to the fill |
foreColor | IColorFormat | Read | Provides access to the foreground color format of the pattern fill |
backColor | IColorFormat | Read |
Mètodes
| 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 | |
setPatternStyle(value: PatternStyle) | Sets the pattern style of the fill to the specified value |
getForeColor() → IColorFormat | |
getBackColor() → IColorFormat |