|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OdfDocument | |
|---|---|
| org.odftoolkit.odfdom.doc | The "Document Layer" exisit for usability reasons, the various Odf document types belong to this package. |
| org.odftoolkit.odfdom.dom.element | |
| Uses of OdfDocument in org.odftoolkit.odfdom.doc |
|---|
| Subclasses of OdfDocument in org.odftoolkit.odfdom.doc | |
|---|---|
class |
OdfChartDocument
This class represents an empty ODF document file, which will be embedded in an existing ODF document. |
class |
OdfGraphicsDocument
This class represents an empty ODF graphics document file. |
class |
OdfPresentationDocument
This class represents an empty ODF presentation file. |
class |
OdfSpreadsheetDocument
This class represents an empty ODF spreadsheet file. |
class |
OdfTextDocument
This class represents an empty ODF text document file. |
| Methods in org.odftoolkit.odfdom.doc that return OdfDocument | |
|---|---|
OdfDocument |
OdfDocument.getEmbeddedDocument(String pathToObject)
Returns an embedded OdfDocument of the current OdfDocument matching to the internal package path given as an parameter. |
OdfDocument |
OdfFileDom.getOdfDocument()
|
protected OdfDocument |
OdfDocument.getRootDocument()
Retreives the root OdfDocument that determines the mediatype of the package. |
static OdfDocument |
OdfDocument.loadDocument(File file)
Creates an OdfDocument from the OpenDocument provided by a File. |
static OdfDocument |
OdfDocument.loadDocument(InputStream inStream)
Creates an OdfDocument from the OpenDocument provided by a resource Stream. |
static OdfDocument |
OdfDocument.loadDocument(OdfPackage odfPackage)
Creates an OdfDocument from the OpenDocument provided by an ODF package. |
static OdfDocument |
OdfDocument.loadDocument(String path)
Loads an OdfDocument from the provided path. |
protected static OdfDocument |
OdfDocument.loadTemplate(OdfDocument.Resource res)
Loads an OpenDocument from the given resource |
| Methods in org.odftoolkit.odfdom.doc that return types with arguments of type OdfDocument | |
|---|---|
List<OdfDocument> |
OdfDocument.getEmbeddedDocuments()
Method returns all embedded OdfDocuments, which match a valid OdfMediaType, of the current OdfDocument. |
List<OdfDocument> |
OdfDocument.getEmbeddedDocuments(OdfDocument.OdfMediaType mediaType)
Method returns all embedded OdfDocuments of the current OdfDocument matching the according MediaType. |
| Methods in org.odftoolkit.odfdom.doc with parameters of type OdfDocument | |
|---|---|
void |
OdfDocument.embedDocument(String pkgPathToChildDocument,
OdfDocument newOdfDocument)
Add an OdfDocument as an embedded OdfDocument to the current OdfDocument |
protected void |
OdfDocument.setRootDocument(OdfDocument root)
Sets the root OdfDocument that determines the mediatype of the package. |
| Uses of OdfDocument in org.odftoolkit.odfdom.dom.element |
|---|
| Fields in org.odftoolkit.odfdom.dom.element declared as OdfDocument | |
|---|---|
protected OdfDocument |
OdfElement.mOdfDocument
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||