Class UnderlineFill
java.lang.Object
com.independentsoft.office.drawing.UnderlineFill
The Class UnderlineFill.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the gradient fill.Gets the group fill.Gets the no fill.Gets the pattern fill.Gets the picture fill.Gets the solid fill.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
-
UnderlineFill
public UnderlineFill()Instantiates a new underline fill.
-
-
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
-