Uses of Class
org.odftoolkit.odfdom.doc.OdfChartDocument

Packages that use OdfChartDocument
org.odftoolkit.odfdom.doc The "Document Layer" exisit 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
static OdfChartDocument OdfChartDocument.loadDocument(File file)
          Creates an OdfChartDocument from the OpenDocument provided by a File.
static OdfChartDocument OdfChartDocument.loadDocument(InputStream inputStream)
          Creates an OdfChartDocument from the OpenDocument provided by a resource Stream.
static OdfChartDocument OdfChartDocument.loadDocument(String documentPath)
          Loads an OdfChartDocument from the provided path.
static OdfChartDocument OdfChartDocument.newChartDocument()
          Creates an empty charts document
static OdfChartDocument OdfChartDocument.newChartTemplateDocument()
          Creates an empty charts template
 



Copyright © 2008-2011 ODF Toolkit Project. All Rights Reserved.