Uses of Class
org.odftoolkit.odfdom.doc.presentation.OdfSlide.SlideLayout
-
Packages that use OdfSlide.SlideLayout Package Description org.odftoolkit.odfdom.doc The "Document Layer" exist 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 Modifier and Type Method Description OdfSlide
OdfPresentationDocument. newSlide(int index, String name, OdfSlide.SlideLayout slideLayout)
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 Modifier and Type Method Description 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 Modifier and Type Method Description static String
OdfSlide.SlideLayout. toString(OdfSlide.SlideLayout aEnum)
Return the name of the template slide type.
-