FillFormat

Overview

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

Represents fill formatting properties.

This class provides 14 methods for working with FillFormat objects in Java programs. Available methods include: FillFormat, PVIObject, asIPresentationComponent, getFillType, getGradientFormat, getPatternFormat, getPictureFillFormat, getPresentation, getRotateWithShape, getSlide, getSolidFillColor, initInternal, and 2 additional methods. All exported members are accessible to any Java application after installing the Aspose.Slides FOSS for Java package. Properties: fillType, gradientFormat, patternFormat, pictureFillFormat, presentation, rotateWithShape, and 2 more.

Properties

NameTypeAccessDescription
fillTypeFillTypeReadGets the fill type.
solidFillColorIColorFormatReadGets the solid fill color.
gradientFormatIGradientFormatReadGets the gradient format.
patternFormatIPatternFormatReadGets the pattern format.
pictureFillFormatIPictureFillFormatReadGets the picture fill format.
rotateWithShapeNullableBoolReadGets the rotate with shape.
slideIBaseSlideReadGets the slide.
presentationIPresentationReadGets the presentation.

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 fill type.
setFillType(value: FillType)Sets the fill type value.
getSolidFillColor()IColorFormatReturns the solid fill color.
getGradientFormat()IGradientFormatReturns the gradient format.
getPatternFormat()IPatternFormatReturns the pattern format.
getPictureFillFormat()IPictureFillFormatReturns the picture fill format.
getRotateWithShape()NullableBoolReturns the rotate with shape.
setRotateWithShape(value: NullableBool)Sets the rotate with shape value.
PVIObject()Creates a PVIObject with no parent slide.
getSlide()IBaseSlideReturns the slide.
getPresentation()IPresentationReturns the presentation.
asIPresentationComponent()IPresentationComponentReturns this object as an {@link IPresentationComponent}.

See Also