Package | Description |
---|---|
org.odftoolkit.simple |
Provide high level methods to frequently used ODF documents
|
Modifier and Type | Method and Description |
---|---|
static ChartDocument |
ChartDocument.loadDocument(File file)
Creates an ChartDocument from the OpenDocument provided by a File.
|
static ChartDocument |
ChartDocument.loadDocument(InputStream inputStream)
Creates an ChartDocument from the OpenDocument provided by a resource
Stream.
|
static ChartDocument |
ChartDocument.loadDocument(String documentPath)
Loads an ChartDocument from the provided path.
|
static ChartDocument |
ChartDocument.newChartDocument()
Creates an empty charts document. *
Note: ODF Chart documents are (with OOo 3.0) only used as embedded document and not used stand-alone. |
static ChartDocument |
ChartDocument.newChartTemplateDocument()
Creates an empty charts template. *
Note: ODF Chart documents are (with OOo 3.0) only used as embedded document and not used stand-alone. |
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.