ILineFillFormat

ILineFillFormat

Resumo geral

ILineFillFormat é uma interface em Aspose.Slides FOSS para Java.

Representa propriedades para o preenchimento de linhas.

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.
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.
 Português