Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
static String |
OdfSlide.SlideLayout.toString(OdfSlide.SlideLayout aEnum)
Return the name of the template slide type.
|
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.