Class TextDefault
java.lang.Object
com.independentsoft.office.themes.TextDefault
The Class TextDefault.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the extension list (a:extLst).Gets the shape properties.getStyle()Gets the style.Gets the text body properties.Gets the text list style.voidsetExtensionList(ExtensionList extensionList)Sets the extension list (a:extLst).voidsetStyle(ShapeStyle style)Sets the style.voidsetTextListStyle(TextListStyle textListStyle)Sets the text list style.toString()
-
Constructor Details
-
TextDefault
public TextDefault()Instantiates a new text default.
-
-
Method Details
-
clone
-
toString
-
getExtensionList
Gets the extension list (a:extLst).- Returns:
- the extension list
-
setExtensionList
Sets the extension list (a:extLst).- Parameters:
extensionList- the new extension list
-
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
-