Class BackgroundFormatting
java.lang.Object
com.independentsoft.office.diagrams.BackgroundFormatting
The Class BackgroundFormatting.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the effect dag.Gets the effect list.Gets the gradient fill.Gets the group fill.Gets the no fill.Gets the pattern fill.Gets the picture fill.Gets the solid fill.voidsetEffectDag(EffectDag effectDag)Sets the effect dag.voidsetEffectList(EffectList effectList)Sets the effect list.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
-
BackgroundFormatting
public BackgroundFormatting()Instantiates a new background formatting.
-
-
Method Details
-
clone
-
toString
-
getPictureFill
Gets the picture fill.- Returns:
- the picture fill
-
setPictureFill
Sets the picture fill.- Parameters:
pictureFill- the new picture fill
-
getEffectDag
Gets the effect dag.- Returns:
- the effect dag
-
setEffectDag
Sets the effect dag.- Parameters:
effectDag- the new effect dag
-
getEffectList
Gets the effect list.- Returns:
- the effect list
-
setEffectList
Sets the effect list.- Parameters:
effectList- the new effect list
-
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
-