Class ObjectDefaults
java.lang.Object
com.independentsoft.office.themes.ObjectDefaults
The Class ObjectDefaults.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the line default.Gets the shape default.Gets the text default.voidsetLineDefault(LineDefault lineDefault)Sets the line default.voidsetShapeDefault(ShapeDefault shapeDefault)Sets the shape default.voidsetTextDefault(TextDefault textDefault)Sets the text default.toString()
-
Constructor Details
-
ObjectDefaults
public ObjectDefaults()Instantiates a new object defaults.
-
-
Method Details
-
clone
-
toString
-
getLineDefault
Gets the line default.- Returns:
- the line default
-
setLineDefault
Sets the line default.- Parameters:
lineDefault- the new line default
-
getShapeDefault
Gets the shape default.- Returns:
- the shape default
-
setShapeDefault
Sets the shape default.- Parameters:
shapeDefault- the new shape default
-
getTextDefault
Gets the text default.- Returns:
- the text default
-
setTextDefault
Sets the text default.- Parameters:
textDefault- the new text default
-