Package | Description |
---|---|
org.odftoolkit.odfdom.doc |
The "Document Layer" exisit for usability reasons, it gives a feature based view on the document model.
|
Modifier and Type | Method and Description |
---|---|
static OdfSpreadsheetDocument |
OdfSpreadsheetDocument.loadDocument(File file)
Deprecated.
Creates an OdfSpreadsheetDocument from the OpenDocument provided by a File.
|
static OdfSpreadsheetDocument |
OdfSpreadsheetDocument.loadDocument(InputStream inputStream)
Deprecated.
Creates an OdfSpreadsheetDocument from the OpenDocument provided by a resource Stream.
|
static OdfSpreadsheetDocument |
OdfSpreadsheetDocument.loadDocument(String documentPath)
Deprecated.
Loads an OdfSpreadsheetDocument from the provided path.
|
static OdfSpreadsheetDocument |
OdfSpreadsheetDocument.newSpreadsheetDocument()
Deprecated.
Creates an empty spreadsheet document.
|
static OdfSpreadsheetDocument |
OdfSpreadsheetDocument.newSpreadsheetTemplateDocument()
Deprecated.
Creates an empty spreadsheet template.
|
Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.