Class FillEffect
java.lang.Object
com.independentsoft.office.drawing.FillEffect
The Class FillEffect.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new fill effect.FillEffect(InternalXMLStreamReader reader)Instantiates a new fill effect. -
Method Summary
Modifier and TypeMethodDescriptionclone()getBlend()Gets the blend.Gets the gradient fill.Gets the group fill.Gets the no fill.Gets the pattern fill.Gets the picture fill.Gets the solid fill.voidSets the blend.voidsetGradientFill(GradientFill gradientFill)Sets the gradient fill.voidsetGroupFill(GroupFill groupFill)Sets the group fill.voidSets the no fill.voidsetPatternFill(PatternFill patternFill)Sets the pattern fill.voidsetPictureFill(PictureFill pictureFill)Sets the picture fill.voidsetSolidFill(SolidFill solidFill)Sets the solid fill.toString()
-
Constructor Details
-
FillEffect
public FillEffect()Instantiates a new fill effect. -
FillEffect
Instantiates a new fill effect.- Parameters:
reader- the reader- Throws:
XMLStreamException- the xML stream exception
-
-
Method Details
-
clone
-
toString
-
getPictureFill
Gets the picture fill.- Returns:
- the picture fill
-
setPictureFill
Sets the picture fill.- Parameters:
pictureFill- the new picture fill
-
getGradientFill
Gets the gradient fill.- Returns:
- the gradient fill
-
setGradientFill
Sets the gradient fill.- Parameters:
gradientFill- the new gradient fill
-
getGroupFill
Gets the group fill.- Returns:
- the group fill
-
setGroupFill
Sets the group fill.- Parameters:
groupFill- the new group fill
-
getNoFill
Gets the no fill.- Returns:
- the no fill
-
setNoFill
Sets the no fill.- Parameters:
noFill- the new no fill
-
getPatternFill
Gets the pattern fill.- Returns:
- the pattern fill
-
setPatternFill
Sets the pattern fill.- Parameters:
patternFill- the new pattern fill
-
getSolidFill
Gets the solid fill.- Returns:
- the solid fill
-
setSolidFill
Sets the solid fill.- Parameters:
solidFill- the new solid fill
-
getBlend
Gets the blend.- Returns:
- the blend
-
setBlend
Sets the blend.- Parameters:
blend- the new blend
-