Class ShapeDefault
java.lang.Object
com.independentsoft.office.themes.ShapeDefault
The Class ShapeDefault.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the shape properties.getStyle()Gets the style.Gets the text body properties.Gets the text list style.voidsetStyle(ShapeStyle style)Sets the style.voidsetTextListStyle(TextListStyle textListStyle)Sets the text list style.toString()
-
Constructor Details
-
ShapeDefault
public ShapeDefault()Instantiates a new shape default.
-
-
Method Details
-
clone
-
toString
-
getTextBodyProperties
Gets the text body properties.- Returns:
- the text body properties
-
getTextListStyle
Gets the text list style.- Returns:
- the text list style
-
setTextListStyle
Sets the text list style.- Parameters:
textListStyle- the new text list style
-
getShapeProperties
Gets the shape properties.- Returns:
- the shape properties
-
getStyle
Gets the style.- Returns:
- the style
-
setStyle
Sets the style.- Parameters:
style- the new style
-