FillFormat

Overview

FillFormat is a class in Aspose.Slides FOSS for Java. Inherits from: PVIObject, IFillFormat, IFillParamSource.

Represents fill formatting properties.

Properties

NameTypeAccessDescription
fillTypeFillTypeReadGets or sets the fill type of the shape
solidFillColorIColorFormatReadProvides access to the solid fill color settings
gradientFormatIGradientFormatReadProvides access to gradient fill configuration
patternFormatIPatternFormatReadProvides access to pattern fill configuration
pictureFillFormatIPictureFillFormatReadProvides access to picture fill configuration
rotateWithShapeNullableBoolReadGets or sets whether the fill rotates together with the shape

Methods

SignatureDescription
FillFormat(parentElement: Element, saveCallback: Runnable)Creates a new FillFormat backed by the given parent XML element.
FillFormat()Creates an uninitialized FillFormat.
initInternal(parentElement: Element, saveCallback: Runnable, parentSlide: IBaseSlide)Internal initialization.
getFillType()FillTypeReturns the current FillType of the format
setFillType(value: FillType)Sets the FillType for the format
getSolidFillColor()IColorFormatReturns the IColorFormat for solid fills
getGradientFormat()IGradientFormatReturns the IGradientFormat for gradient fills
getPatternFormat()IPatternFormatReturns the IPatternFormat for pattern fills
getPictureFillFormat()IPictureFillFormatReturns the IPictureFillFormat for picture fills
getRotateWithShape()NullableBoolReturns whether the fill rotates with the shape
setRotateWithShape(value: NullableBool)Sets the flag that determines if the fill rotates with the shape

See Also