IFillFormat — Aspose.Slides FOSS Java API Reference

IFillFormat — Represents fill formatting options.

Package: org.aspose.slides.foss


Properties

PropertyTypeAccessDescription
fillTypeFillTypeRead/Write
solidFillColorIColorFormatRead/Write
gradientFormatIGradientFormatRead/Write
patternFormatIPatternFormatRead/Write
pictureFillFormatIPictureFillFormatRead/Write
rotateWithShapeNullableBoolRead/Write

Methods

MethodReturnsDescription
getFillType()FillTypeReturns the type of filling.
setFillType(FillType value)voidSets the type of filling.
getSolidFillColor()IColorFormatReturns the fill color.
getGradientFormat()IGradientFormatReturns the gradient fill format.
getPatternFormat()IPatternFormatReturns the pattern fill format.
getPictureFillFormat()IPictureFillFormatReturns the picture fill format.
getRotateWithShape()NullableBoolDetermines whether the fill should be rotated with the shape.
setRotateWithShape(NullableBool value)voidSets whether the fill should be rotated with the shape.

See Also