Uses of Class
org.odftoolkit.odfdom.doc.presentation.OdfSlide.SlideLayout

Packages that use OdfSlide.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.presentation   
 

Uses of OdfSlide.SlideLayout in org.odftoolkit.odfdom.doc
 

Methods in org.odftoolkit.odfdom.doc with parameters of type OdfSlide.SlideLayout
 OdfSlide OdfPresentationDocument.newSlide(int index, String name, OdfSlide.SlideLayout slideLayout)
          Deprecated. New a slide at the specified position with the specified name, and use the specified slide template.
 

Uses of OdfSlide.SlideLayout in org.odftoolkit.odfdom.doc.presentation
 

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

Methods in org.odftoolkit.odfdom.doc.presentation with parameters of type OdfSlide.SlideLayout
static String OdfSlide.SlideLayout.toString(OdfSlide.SlideLayout aEnum)
          Return the name of the template slide type.
 



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