IFillFormat

Overview

IFillFormat is a interface in Aspose.Slides FOSS for Java.

Represents fill formatting options.

Properties

NameTypeAccessDescription
fillTypeFillTypeReadReturns the type of filling.
solidFillColorIColorFormatReadReturns the fill color.
gradientFormatIGradientFormatReadReturns the gradient fill format.
patternFormatIPatternFormatReadReturns the pattern fill format.
pictureFillFormatIPictureFillFormatReadReturns the picture fill format.
rotateWithShapeNullableBoolReadDetermines whether the fill should be rotated with the shape.

Methods

SignatureDescription
getFillType()FillTypeReturns the type of filling.
setFillType(value: FillType)Sets 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(value: NullableBool)Sets whether the fill should be rotated with the shape.

See Also