| 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.copyForeignSlide(int destIndex,
OdfPresentationDocument 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.
|
OdfSlide |
OdfPresentationDocument.copySlide(int source,
int dest,
String newName)
Make a copy of the slide at a specified position to another position in this presentation.
|
OdfSlide |
OdfPresentationDocument.getSlideByIndex(int index)
Return the slide at a specified position in this presentation.
|
OdfSlide |
OdfPresentationDocument.getSlideByName(String name)
Return the slide which have a specified slide name in this presentation.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<OdfSlide> |
OdfPresentationDocument.getSlides()
Return a list iterator containing all slides in this presentation.
|
| Modifier and Type | Method and Description |
|---|---|
static OdfSlide |
OdfSlide.getInstance(DrawPageElement pageElement)
Get a presentation slide instance by an instance of
DrawPageElement. |
Copyright © 2008–2018 Apache Software Foundation; Copyright © 2018–2020 The Document Foundation. All rights reserved.