IFillFormat

General

IFillFormat és una interfície en Aspose.Slides FOSS per Java.

Representa opcions de formatació d’emplenament.

Propietats

NameTypeAccessDescription
fillTypeFillTypeReadGets or sets the FillType of the fill
solidFillColorIColorFormatReadGets the IColorFormat for solid fill color
gradientFormatIGradientFormatReadGets the IGradientFormat for gradient fill
patternFormatIPatternFormatReadGets the IPatternFormat for pattern fill
pictureFillFormatIPictureFillFormatReadGets the IPictureFillFormat for picture fill
rotateWithShapeNullableBoolReadGets or sets a NullableBool controlling fill rotation with shape

Mètodes

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.
 Català