PatternFormat
Vue de l’ensemble
‘PatternFormat’ est une classe dans Aspose.Slides FOSS pour Java.Déduit de: PVIObject, IPaternFormate.
Représente un format de remplissage de motif.
Cette classe fournit 11 méthodes pour travailler avec des objets de format dans les programmes Java. Les méthodologies disponibles comprennent: PVIObject, PatternFormat , asIPresentationComponent ; getBackColor; ‘getForeColore : ‘getPadternStyle: ’getPresentations‘ : ’getslide et ’initInternal. Tous les membres publics sont accessibles à toute application Java après l’installation du package Java Aspose.Slides FOSS. Propriétés : backColors ou encore foreColores en mode style, présentation` dans le cadre d’un programme.
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
patternStyle | PatternStyle | Read | Gets the pattern style. |
foreColor | IColorFormat | Read | Gets the fore color. |
backColor | IColorFormat | Read | Gets the back color. |
slide | IBaseSlide | Read | Gets the slide. |
presentation | IPresentation | Read | Gets the presentation. |
méthodes
| 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 pattern style. |
setPatternStyle(value: PatternStyle) | Sets the pattern style value. |
getForeColor() → IColorFormat | Returns the fore color. |
getBackColor() → IColorFormat | Returns the back color. |
PVIObject() | Creates a PVIObject with no parent slide. |
getSlide() → IBaseSlide | Returns the slide. |
getPresentation() → IPresentation | Returns the presentation. |
asIPresentationComponent() → IPresentationComponent | Returns this object as an {@link IPresentationComponent}. |
Voir aussi
- Aspose.Slides - référence API d’entreprise