Package | Description |
---|---|
org.odftoolkit.simple |
Provide high level methods to frequently used ODF documents.
|
org.odftoolkit.simple.presentation |
Provide high level methods to ODF presentation documents.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static String |
Slide.SlideLayout.toString(Slide.SlideLayout aEnum)
Return the name of the template slide type.
|
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.