| 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 OdfGraphicsDocument |
OdfGraphicsDocument.loadDocument(File file)
Creates an OdfGraphicsDocument from the OpenDocument provided by a File.
|
static OdfGraphicsDocument |
OdfGraphicsDocument.loadDocument(InputStream inputStream)
Creates an OdfGraphicsDocument from the OpenDocument provided by a resource Stream.
|
static OdfGraphicsDocument |
OdfGraphicsDocument.loadDocument(String documentPath)
Loads an OdfGraphicsDocument from the provided path.
|
static OdfGraphicsDocument |
OdfGraphicsDocument.newGraphicsDocument()
Creates an empty graphics document.
|
static OdfGraphicsDocument |
OdfGraphicsDocument.newGraphicsTemplateDocument()
Creates an empty graphics template.
|
Copyright © 2008–2018 Apache Software Foundation; Copyright © 2018–2020 The Document Foundation. All rights reserved.