Uses of Class
org.odftoolkit.odfdom.doc.OdfChartDocument
-
Packages that use OdfChartDocument Package Description org.odftoolkit.odfdom.doc 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 OdfChartDocument Modifier and Type Method Description static 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.
-