Class ShapeStyle
java.lang.Object
com.independentsoft.office.diagrams.ShapeStyle
The Class ShapeStyle.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the effect reference.Gets the fill reference.Gets the font reference.Gets the line reference.voidsetEffectReference(EffectReference effectReference)Sets the effect reference.voidsetFillReference(FillReference fillReference)Sets the fill reference.voidsetFontReference(FontReference fontReference)Sets the font reference.voidsetLineReference(LineReference lineReference)Sets the line reference.toString()
-
Constructor Details
-
ShapeStyle
public ShapeStyle()Instantiates a new shape style.
-
-
Method Details
-
clone
-
toString
-
getEffectReference
Gets the effect reference.- Returns:
- the effect reference
-
setEffectReference
Sets the effect reference.- Parameters:
effectReference- the new effect reference
-
getFillReference
Gets the fill reference.- Returns:
- the fill reference
-
setFillReference
Sets the fill reference.- Parameters:
fillReference- the new fill reference
-
getFontReference
Gets the font reference.- Returns:
- the font reference
-
setFontReference
Sets the font reference.- Parameters:
fontReference- the new font reference
-
getLineReference
Gets the line reference.- Returns:
- the line reference
-
setLineReference
Sets the line reference.- Parameters:
lineReference- the new line reference
-