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

Packages that use OdfDrawPage.SlideLayout
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.SlideLayout in org.odftoolkit.odfdom.doc
 

Methods in org.odftoolkit.odfdom.doc with parameters of type OdfDrawPage.SlideLayout
 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.
 

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

Methods in org.odftoolkit.odfdom.doc.draw that return OdfDrawPage.SlideLayout
static OdfDrawPage.SlideLayout OdfDrawPage.SlideLayout.enumValueOf(java.lang.String aString)
          Return a template slide type.
static OdfDrawPage.SlideLayout OdfDrawPage.SlideLayout.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OdfDrawPage.SlideLayout[] OdfDrawPage.SlideLayout.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.odftoolkit.odfdom.doc.draw with parameters of type OdfDrawPage.SlideLayout
static java.lang.String OdfDrawPage.SlideLayout.toString(OdfDrawPage.SlideLayout aEnum)
          Return the name of the template slide type.
 



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