|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Slide | |
|---|---|
| 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 in org.odftoolkit.simple |
|---|
| Methods in org.odftoolkit.simple that return Slide | |
|---|---|
Slide |
PresentationDocument.copyForeignSlide(int destIndex,
PresentationDocument srcDoc,
int srcIndex)
Make a copy of slide which locates at the specified position of the source presentation document and insert it to the current presentation document at the new position. |
Slide |
PresentationDocument.copySlide(int source,
int dest,
String newName)
Make a copy of the slide at a specified position to another position in this presentation. |
Slide |
PresentationDocument.getSlideByIndex(int index)
Return the slide at a specified position in this presentation. |
Slide |
PresentationDocument.getSlideByName(String name)
Return the slide which have a specified slide name in this presentation. |
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. |
| Methods in org.odftoolkit.simple that return types with arguments of type Slide | |
|---|---|
Iterator<Slide> |
PresentationDocument.getSlides()
Return a list iterator containing all slides in this presentation. |
| Uses of Slide in org.odftoolkit.simple.presentation |
|---|
| Methods in org.odftoolkit.simple.presentation that return Slide | |
|---|---|
static Slide |
Slide.getInstance(DrawPageElement pageElement)
Get a presentation slide instance by an instance of DrawPageElement. |
Slide |
Slide.SlideBuilder.getSlideInstance(DrawPageElement pageElement)
Get a presentation slide instance by an instance of DrawPageElement. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||