Class TextProperties
java.lang.Object
com.independentsoft.office.charts.TextProperties
The Class TextProperties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the paragraphs.Gets the text body properties.Gets the text list style.voidsetTextListStyle(TextListStyle textListStyle)Sets the text list style.toString()
-
Constructor Details
-
TextProperties
public TextProperties()Instantiates a new text properties.
-
-
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
-
getParagraphs
Gets the paragraphs.- Returns:
- the paragraphs
-