|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OdfSlide | |
|---|---|
| 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 | |
| Uses of OdfSlide in org.odftoolkit.odfdom.doc |
|---|
| Methods in org.odftoolkit.odfdom.doc that return OdfSlide | |
|---|---|
OdfSlide |
OdfPresentationDocument.copyForeignSlide(int destIndex,
OdfPresentationDocument srcDoc,
int srcIndex)
Deprecated. 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)
Deprecated. Make a copy of the slide at a specified position to another position in this presentation. |
OdfSlide |
OdfPresentationDocument.getSlideByIndex(int index)
Deprecated. Return the slide at a specified position in this presentation. |
OdfSlide |
OdfPresentationDocument.getSlideByName(String name)
Deprecated. Return the slide which have a specified slide name in this presentation. |
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. |
| Methods in org.odftoolkit.odfdom.doc that return types with arguments of type OdfSlide | |
|---|---|
Iterator<OdfSlide> |
OdfPresentationDocument.getSlides()
Deprecated. Return a list iterator containing all slides in this presentation. |
| Uses of OdfSlide in org.odftoolkit.odfdom.doc.presentation |
|---|
| Methods in org.odftoolkit.odfdom.doc.presentation that return OdfSlide | |
|---|---|
static OdfSlide |
OdfSlide.getInstance(DrawPageElement pageElement)
Deprecated. Get a presentation slide instance by an instance of DrawPageElement. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||