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

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

Uses of OdfPresentationDocument in org.odftoolkit.odfdom.doc
 

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

Methods in org.odftoolkit.odfdom.doc with parameters of type OdfPresentationDocument
 void OdfPresentationDocument.appendPresentation(OdfPresentationDocument srcDoc)
          Deprecated. Append all the slides of the specified presentation document to the current document.
 OdfSlide OdfPresentationDocument.copyForeignSlide(int destIndex, OdfPresentationDocument srcDoc, int srcIndex)
          Deprecated. Make a copy of slide which locates at the specified position of the source presentation document and insert it to the current presentation document at the new position.
 



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