IFillFormat — Aspose.Slides FOSS Java API Reference
IFillFormat — Represents fill formatting options.
Package: org.aspose.slides.foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
fillType | FillType | Read/Write | |
solidFillColor | IColorFormat | Read/Write | |
gradientFormat | IGradientFormat | Read/Write | |
patternFormat | IPatternFormat | Read/Write | |
pictureFillFormat | IPictureFillFormat | Read/Write | |
rotateWithShape | NullableBool | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
getFillType() | FillType | Returns the type of filling. |
setFillType(FillType value) | void | Sets the type of filling. |
getSolidFillColor() | IColorFormat | Returns the fill color. |
getGradientFormat() | IGradientFormat | Returns the gradient fill format. |
getPatternFormat() | IPatternFormat | Returns the pattern fill format. |
getPictureFillFormat() | IPictureFillFormat | Returns the picture fill format. |
getRotateWithShape() | NullableBool | Determines whether the fill should be rotated with the shape. |
setRotateWithShape(NullableBool value) | void | Sets whether the fill should be rotated with the shape. |