IFillFormat
General
IFillFormat és una interfície en Aspose.Slides FOSS per Java.
Representa opcions de formatació d’emplenament.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
fillType | FillType | Read | Gets or sets the FillType of the fill |
solidFillColor | IColorFormat | Read | Gets the IColorFormat for solid fill color |
gradientFormat | IGradientFormat | Read | Gets the IGradientFormat for gradient fill |
patternFormat | IPatternFormat | Read | Gets the IPatternFormat for pattern fill |
pictureFillFormat | IPictureFillFormat | Read | Gets the IPictureFillFormat for picture fill |
rotateWithShape | NullableBool | Read | Gets or sets a NullableBool controlling fill rotation with shape |
Mètodes
| Signature | Description |
|---|---|
getFillType() → FillType | Returns the type of filling. |
setFillType(value: FillType) | 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(value: NullableBool) | Sets whether the fill should be rotated with the shape. |