Class ChartContent
java.lang.Object
com.independentsoft.office.odf.charts.ChartContent
The Class ChartContent.
-
Constructor Summary
ConstructorsConstructorDescriptionChartContent(byte[] buffer, Document mainDocument)Instantiates a new chart content. -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a new object that is a deep copy of the current instance.Gets the automatic styles.getBody()Gets the body.getFonts()Gets the fonts.Gets the office scripts.toString()Converts the value of the current ChartContent object to its equivalent string representation.
-
Constructor Details
-
ChartContent
Instantiates a new chart content.- Parameters:
buffer- the buffermainDocument- the main document- Throws:
XMLStreamException- the xML stream exception
-
-
Method Details
-
clone
Creates a new object that is a deep copy of the current instance. -
toString
Converts the value of the current ChartContent object to its equivalent string representation. -
getBody
Gets the body.- Returns:
- the body
-
getAutomaticStyles
Gets the automatic styles.- Returns:
- the automatic styles
-
getFonts
Gets the fonts.- Returns:
- the fonts
-
getOfficeScripts
Gets the office scripts.- Returns:
- the office scripts
-