Uses of Class
org.odftoolkit.simple.presentation.Slide.SlideLayout

Packages that use Slide.SlideLayout
org.odftoolkit.simple Provide high level methods to frequently used ODF documents. 
org.odftoolkit.simple.presentation Provide high level methods to ODF presentation documents. 
 

Uses of Slide.SlideLayout in org.odftoolkit.simple
 

Methods in org.odftoolkit.simple with parameters of type Slide.SlideLayout
 Slide PresentationDocument.newSlide(int index, String name, Slide.SlideLayout slideLayout)
          New a slide at the specified position with the specified name, and use the specified slide template.
 

Uses of Slide.SlideLayout in org.odftoolkit.simple.presentation
 

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

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



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