Class ChartText
java.lang.Object
com.independentsoft.office.charts.ChartText
The Class ChartText.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the rich text.Gets the string reference.voidsetRichText(RichText richText)Sets the rich text.voidsetStringReference(StringReference stringReference)Sets the string reference.toString()
-
Constructor Details
-
ChartText
public ChartText()Instantiates a new chart text.
-
-
Method Details
-
clone
-
toString
-
getStringReference
Gets the string reference.- Returns:
- the string reference
-
setStringReference
Sets the string reference.- Parameters:
stringReference- the new string reference
-
getRichText
Gets the rich text.- Returns:
- the rich text
-
setRichText
Sets the rich text.- Parameters:
richText- the new rich text
-