Uses of Class
org.odftoolkit.odfdom.doc.draw.OdfDrawPage

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

Uses of OdfDrawPage in org.odftoolkit.odfdom.doc
 

Methods in org.odftoolkit.odfdom.doc that return OdfDrawPage
 OdfDrawPage OdfPresentationDocument.copyForeignSlide(int destIndex, OdfPresentationDocument srcDoc, int srcIndex)
          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.
 OdfDrawPage OdfPresentationDocument.copySlide(int source, int dest, java.lang.String newName)
          Make a copy of the slide at a specified position to another position in this presentation.
 OdfDrawPage OdfPresentationDocument.getSlideByIndex(int index)
          Return the slide at a specified position in this presentation.
 OdfDrawPage OdfPresentationDocument.getSlideByName(java.lang.String name)
          Return the slide which have a specified slide name in this presentation.
 OdfDrawPage OdfPresentationDocument.newSlide(int index, java.lang.String name, OdfDrawPage.SlideLayout slideLayout)
          New a slide at the specified position with the specified name, and use the specified slide template.
 

Methods in org.odftoolkit.odfdom.doc that return types with arguments of type OdfDrawPage
 java.util.Iterator<OdfDrawPage> OdfPresentationDocument.getSlides()
          Return a list iterator containing all slides in this presentation.
 

Uses of OdfDrawPage in org.odftoolkit.odfdom.doc.draw
 

Methods in org.odftoolkit.odfdom.doc.draw that return OdfDrawPage
static OdfDrawPage OdfDrawPage.getInstance(DrawPageElement pageElement)
          Get a presentation slide instance by an instance of DrawPageElement.
 



Copyright © 2008-2010 ODF Toolkit Project. All Rights Reserved.