ILineFillFormat

ILineFillFormat

Oversigt over de forskellige former for støtte

ILineFillFormat er en grænseflade i Aspose.Slides FOSS for Java.

Repræsenterede egenskaber for linjer, der fylder.

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.
 Dansk