|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.odftoolkit.odfdom.pkg.OdfPackageDocument
org.odftoolkit.odfdom.dom.OdfSchemaDocument
org.odftoolkit.odfdom.doc.OdfDocument
org.odftoolkit.odfdom.doc.OdfChartDocument
org.odftoolkit.simple.ChartDocument
in Simple API.
public class OdfChartDocument
This class represents an empty ODF document , which will be in general embedded in an existing ODF (Spreadsheet) document.
Nested Class Summary | |
---|---|
static class |
OdfChartDocument.OdfMediaType
Deprecated. This enum contains all possible media types of OdfChartDocument documents. |
Nested classes/interfaces inherited from class org.odftoolkit.odfdom.doc.OdfDocument |
---|
OdfDocument.UnicodeGroup |
Nested classes/interfaces inherited from class org.odftoolkit.odfdom.dom.OdfSchemaDocument |
---|
OdfSchemaDocument.OdfXMLFile |
Nested classes/interfaces inherited from class org.odftoolkit.odfdom.pkg.OdfPackageDocument |
---|
OdfPackageDocument.Resource |
Field Summary |
---|
Fields inherited from class org.odftoolkit.odfdom.dom.OdfSchemaDocument |
---|
mContentDom, mDocumentStyles, mMetaDom, mSettingsDom, mStylesDom |
Fields inherited from class org.odftoolkit.odfdom.pkg.OdfPackageDocument |
---|
mDocumentMediaType, mDocumentPathInPackage, mPackage, ROOT_DOCUMENT_PATH |
Constructor Summary | |
---|---|
protected |
OdfChartDocument(OdfPackage pkg,
String internalPath,
OdfChartDocument.OdfMediaType odfMediaType)
Deprecated. To avoid data duplication a new document is only created, if not already opened. |
Method Summary | |
---|---|
void |
changeMode(OdfChartDocument.OdfMediaType mediaType)
Deprecated. Changes the document to the given mediatype. |
OfficeChartElement |
getContentRoot()
Deprecated. Get the content root of a chart document. |
static OdfChartDocument |
loadDocument(File file)
Deprecated. Creates an OdfChartDocument from the OpenDocument provided by a File. |
static OdfChartDocument |
loadDocument(InputStream inputStream)
Deprecated. Creates an OdfChartDocument from the OpenDocument provided by a resource Stream. |
static OdfChartDocument |
loadDocument(String documentPath)
Deprecated. Loads an OdfChartDocument from the provided path. |
static OdfChartDocument |
newChartDocument()
Deprecated. Creates an empty charts document. |
static OdfChartDocument |
newChartTemplateDocument()
Deprecated. Creates an empty charts template. |
Methods inherited from class org.odftoolkit.odfdom.doc.OdfDocument |
---|
close, getLocale, getOdfMediaType, getOfficeMetadata, getTableByName, getTableList, getUnicodeGroup, loadDocument, loadDocument, loadSubDocument, loadSubDocuments, loadSubDocuments, loadTemplate, newImage, save, save, setLocale, setOdfMediaType, toString |
Methods inherited from class org.odftoolkit.odfdom.dom.OdfSchemaDocument |
---|
getBaseURI, getContentDom, getContentStream, getDocumentStyles, getFileDom, getMasterPages, getMetaDom, getMetaStream, getOfficeMasterStyles, getOrCreateDocumentStyles, getSettingsDom, getSettingsStream, getStylesDom, getStylesStream, getTables, getXMLFilePath |
Methods inherited from class org.odftoolkit.odfdom.pkg.OdfPackageDocument |
---|
flushDoms, getDocumentPath, getFileDom, getMediaTypeString, getPackage, insertDocument, isExternalReference, isRootDocument, normalizeDocumentPath, removeDocument, save, setMediaTypeString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected OdfChartDocument(OdfPackage pkg, String internalPath, OdfChartDocument.OdfMediaType odfMediaType) throws SAXException
SAXException
Method Detail |
---|
public static OdfChartDocument newChartDocument() throws Exception
Exception
- - if the document could not be createdpublic static OdfChartDocument newChartTemplateDocument() throws Exception
Exception
- - if the template could not be createdpublic static OdfChartDocument loadDocument(InputStream inputStream) throws Exception
Since an InputStream does not provide the arbitrary (non sequentiell) read access needed by OdfChartDocument, the InputStream is cached. This usually takes more time compared to the other createInternalDocument methods. An advantage of caching is that there are no problems overwriting an input file.
If the resource stream is not a ODF chart document, ClassCastException might be thrown.
inputStream
- - the InputStream of the ODF chart document.
Exception
- - if the document could not be created.public static OdfChartDocument loadDocument(String documentPath) throws Exception
OdfChartDocument relies on the file being available for read access over the whole lifecycle of OdfChartDocument.
If the resource stream is not a ODF chart document, ClassCastException might be thrown.
documentPath
- - the path from where the document can be loaded
Exception
- - if the document could not be created.public static OdfChartDocument loadDocument(File file) throws Exception
OdfChartDocument relies on the file being available for read access over the whole lifecycle of OdfChartDocument.
If the resource stream is not a ODF chart document, ClassCastException might be thrown.
file
- - a file representing the ODF chart document.
Exception
- - if the document could not be created.public OfficeChartElement getContentRoot() throws Exception
getContentRoot
in class OdfDocument
Exception
- if the file DOM could not be created.public void changeMode(OdfChartDocument.OdfMediaType mediaType)
mediaType
- the related ODF mimetype
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |