| Package | Description |
|---|---|
| org.odftoolkit.odfdom.doc |
The "Document Layer" exisit for usability reasons, it gives a feature based view on the document model.
|
| Modifier and Type | Method and Description |
|---|---|
static OdfPresentationDocument |
OdfPresentationDocument.loadDocument(File file)
Creates an OdfPresentationDocument from the OpenDocument provided by a File.
|
static OdfPresentationDocument |
OdfPresentationDocument.loadDocument(InputStream inputStream)
Creates an OdfPresentationDocument from the OpenDocument provided by a resource Stream.
|
static OdfPresentationDocument |
OdfPresentationDocument.loadDocument(String documentPath)
Loads an OdfPresentationDocument from the provided path.
|
static OdfPresentationDocument |
OdfPresentationDocument.newPresentationDocument()
Creates an empty presentation document.
|
static OdfPresentationDocument |
OdfPresentationDocument.newPresentationTemplateDocument()
Creates an empty presentation template.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OdfPresentationDocument.appendPresentation(OdfPresentationDocument srcDoc)
Append all the slides of the specified presentation document to the current document.
|
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.
|
Copyright © 2008–2018 Apache Software Foundation; Copyright © 2018–2020 The Document Foundation. All rights reserved.