Uses of Class
org.odftoolkit.odfdom.doc.OdfGraphicsDocument

Packages that use OdfGraphicsDocument
org.odftoolkit.odfdom.doc The "Document Layer" exisit for usability reasons, it gives a feature based view on the document model. 
 

Uses of OdfGraphicsDocument in org.odftoolkit.odfdom.doc
 

Methods in org.odftoolkit.odfdom.doc that return OdfGraphicsDocument
static OdfGraphicsDocument OdfGraphicsDocument.loadDocument(File file)
          Deprecated. Creates an OdfGraphicsDocument from the OpenDocument provided by a File.
static OdfGraphicsDocument OdfGraphicsDocument.loadDocument(InputStream inputStream)
          Deprecated. Creates an OdfGraphicsDocument from the OpenDocument provided by a resource Stream.
static OdfGraphicsDocument OdfGraphicsDocument.loadDocument(String documentPath)
          Deprecated. Loads an OdfGraphicsDocument from the provided path.
static OdfGraphicsDocument OdfGraphicsDocument.newGraphicsDocument()
          Deprecated. Creates an empty graphics document.
static OdfGraphicsDocument OdfGraphicsDocument.newGraphicsTemplateDocument()
          Deprecated. Creates an empty graphics template.
 



Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.