Uses of Enum
org.odftoolkit.odfdom.doc.presentation.OdfSlide.SlideLayout
Packages that use OdfSlide.SlideLayout
Package
Description
The "Document Layer" exist for usability reasons, it gives a feature based view on the document model.
-
Uses of OdfSlide.SlideLayout in org.odftoolkit.odfdom.doc
Methods in org.odftoolkit.odfdom.doc with parameters of type OdfSlide.SlideLayoutModifier and TypeMethodDescriptionOdfPresentationDocument.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.SlideLayoutModifier and TypeMethodDescriptionstatic OdfSlide.SlideLayoutOdfSlide.SlideLayout.enumValueOf(String aString) Return a template slide type.static OdfSlide.SlideLayoutReturns 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.SlideLayoutModifier and TypeMethodDescriptionstatic StringOdfSlide.SlideLayout.toString(OdfSlide.SlideLayout aEnum) Return the name of the template slide type.