org.odftoolkit.odfdom.doc
Class OdfSpreadsheetDocument

java.lang.Object
  extended by org.odftoolkit.odfdom.doc.OdfDocument
      extended by org.odftoolkit.odfdom.doc.OdfSpreadsheetDocument

public class OdfSpreadsheetDocument
extends OdfDocument

This class represents an empty ODF spreadsheet file. Note: The way of receiving a new empty OdfSpreadsheetDocument will probably change. In the future the streams and DOM representation of an OpenDocument file will be clonable and this stream buffering will be neglected.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.odftoolkit.odfdom.doc.OdfDocument
OdfDocument.OdfMediaType, OdfDocument.OdfXMLFile, OdfDocument.Resource
 
Constructor Summary
protected OdfSpreadsheetDocument()
           
 
Method Summary
static OdfSpreadsheetDocument createSpreadsheetDocument()
          Creates an empty spreadsheet document.
 String getMediaType()
          Get the media type
 String toString()
           
 
Methods inherited from class org.odftoolkit.odfdom.doc.OdfDocument
embedDocument, getBaseURI, getContentDom, getContentStream, getDocumentPackagePath, getDocumentStyles, getEmbeddedDocument, getEmbeddedDocuments, getEmbeddedDocuments, getMetaStream, getOfficeBody, getOfficeMasterStyles, getOrCreateDocumentStyles, getPackage, getRootDocument, getSettingsStream, getStylesDom, getStylesStream, getXMLFilePath, getXPath, loadDocument, loadDocument, loadDocument, loadDocument, loadTemplate, save, save, save, setMediaType, setPackage, setRootDocument
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OdfSpreadsheetDocument

protected OdfSpreadsheetDocument()
Method Detail

createSpreadsheetDocument

public static OdfSpreadsheetDocument createSpreadsheetDocument()
                                                        throws Exception
Creates an empty spreadsheet document.

Returns:
ODF spreadsheet document based on a default template*
Throws:
Exception - - if the document could not be created

getMediaType

public String getMediaType()
Get the media type

Overrides:
getMediaType in class OdfDocument
Returns:
the mediaTYPE string of this package

toString

public String toString()
Overrides:
toString in class OdfDocument


Copyright © 2009. All Rights Reserved.