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-2014 The Apache Software Foundation. All Rights Reserved.