| Package | Description |
|---|---|
| org.odftoolkit.simple |
Provide high level methods to frequently used ODF documents.
|
| Modifier and Type | Method and Description |
|---|---|
static GraphicsDocument |
GraphicsDocument.loadDocument(File file)
Creates an GraphicsDocument from the OpenDocument provided by a File.
|
static GraphicsDocument |
GraphicsDocument.loadDocument(InputStream inputStream)
Creates an GraphicsDocument from the OpenDocument provided by a resource Stream.
|
static GraphicsDocument |
GraphicsDocument.loadDocument(String documentPath)
Loads an GraphicsDocument from the provided path.
|
static GraphicsDocument |
GraphicsDocument.newGraphicsDocument()
Creates an empty graphics document.
|
static GraphicsDocument |
GraphicsDocument.newGraphicsTemplateDocument()
Creates an empty graphics template.
|
Copyright © 2010–2018 Apache Software Foundation; Copyright © 2018–2020 The Document Foundation. All rights reserved.