Class TableBackground
java.lang.Object
com.independentsoft.office.drawing.tableStyles.TableBackground
The Class TableBackground.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the effect.Gets the effect reference.Gets the fill effect.Gets the fill reference.voidSets the effect.voidsetEffectReference(EffectReference effectReference)Sets the effect reference.voidsetFillEffect(FillEffect fillEffect)Sets the fill effect.voidsetFillReference(FillReference fillReference)Sets the fill reference.toString()
-
Constructor Details
-
TableBackground
public TableBackground()Instantiates a new table background.
-
-
Method Details
-
clone
-
toString
-
getEffect
Gets the effect.- Returns:
- the effect
-
setEffect
Sets the effect.- Parameters:
effect- the new effect
-
getEffectReference
Gets the effect reference.- Returns:
- the effect reference
-
setEffectReference
Sets the effect reference.- Parameters:
effectReference- the new effect reference
-
getFillEffect
Gets the fill effect.- Returns:
- the fill effect
-
setFillEffect
Sets the fill effect.- Parameters:
fillEffect- the new fill effect
-
getFillReference
Gets the fill reference.- Returns:
- the fill reference
-
setFillReference
Sets the fill reference.- Parameters:
fillReference- the new fill reference
-