FillFormat
Overview
FillFormat is a class in Aspose.Slides FOSS for Java.
Inherits from: PVIObject, IFillFormat, IFillParamSource.
Represents fill formatting properties.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
fillType | FillType | Read | Gets or sets the fill type of the shape |
solidFillColor | IColorFormat | Read | Provides access to the solid fill color settings |
gradientFormat | IGradientFormat | Read | Provides access to gradient fill configuration |
patternFormat | IPatternFormat | Read | Provides access to pattern fill configuration |
pictureFillFormat | IPictureFillFormat | Read | Provides access to picture fill configuration |
rotateWithShape | NullableBool | Read | Gets or sets whether the fill rotates together with the shape |
Methods
| Signature | Description |
|---|---|
FillFormat(parentElement: Element, saveCallback: Runnable) | Creates a new FillFormat backed by the given parent XML element. |
FillFormat() | Creates an uninitialized FillFormat. |
initInternal(parentElement: Element, saveCallback: Runnable, parentSlide: IBaseSlide) | Internal initialization. |
getFillType() → FillType | Returns the current FillType of the format |
setFillType(value: FillType) | Sets the FillType for the format |
getSolidFillColor() → IColorFormat | Returns the IColorFormat for solid fills |
getGradientFormat() → IGradientFormat | Returns the IGradientFormat for gradient fills |
getPatternFormat() → IPatternFormat | Returns the IPatternFormat for pattern fills |
getPictureFillFormat() → IPictureFillFormat | Returns the IPictureFillFormat for picture fills |
getRotateWithShape() → NullableBool | Returns whether the fill rotates with the shape |
setRotateWithShape(value: NullableBool) | Sets the flag that determines if the fill rotates with the shape |