Uses of Class
org.odftoolkit.odfdom.doc.OdfChartDocument
Packages that use OdfChartDocument
Package
Description
The "Document Layer" exist for usability reasons, it gives a feature based view on the document model.
-
Uses of OdfChartDocument in org.odftoolkit.odfdom.doc
Methods in org.odftoolkit.odfdom.doc that return OdfChartDocumentModifier and TypeMethodDescriptionstatic OdfChartDocumentOdfChartDocument.loadDocument(File file) Creates an OdfChartDocument from the OpenDocument provided by a File.static OdfChartDocumentOdfChartDocument.loadDocument(InputStream inputStream) Creates an OdfChartDocument from the OpenDocument provided by a resource Stream.static OdfChartDocumentOdfChartDocument.loadDocument(String documentPath) Loads an OdfChartDocument from the provided path.static OdfChartDocumentOdfChartDocument.newChartDocument()Creates an empty charts document.static OdfChartDocumentOdfChartDocument.newChartTemplateDocument()Creates an empty charts template.