IFillFormat

Overview

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

Represents fill formatting options.

This interface provides 8 methods for working with IFillFormat objects in Java programs. Available methods include: getFillType, getGradientFormat, getPatternFormat, getPictureFillFormat, getRotateWithShape, getSolidFillColor, setFillType, setRotateWithShape. All public members are accessible to any Java application after installing the Aspose.Slides FOSS for Java package. Properties: fillType, gradientFormat, patternFormat, pictureFillFormat, rotateWithShape, solidFillColor.

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