Uses of Class
org.odftoolkit.simple.GraphicsDocument

Packages that use GraphicsDocument
org.odftoolkit.simple Provide high level methods to frequently used ODF documents. 
 

Uses of GraphicsDocument in org.odftoolkit.simple
 

Methods in org.odftoolkit.simple that return GraphicsDocument
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-2011 The Apache Software Foundation. All Rights Reserved.