| Package | Description |
|---|---|
| org.odftoolkit.simple |
Provide high level methods to frequently used ODF documents.
|
| org.odftoolkit.simple.presentation |
Provide high level methods to ODF presentation documents.
|
| Modifier and Type | Method and Description |
|---|---|
static PresentationDocument |
PresentationDocument.loadDocument(File file)
Creates an PresentationDocument from the OpenDocument provided by a File.
|
static PresentationDocument |
PresentationDocument.loadDocument(InputStream inputStream)
Creates an PresentationDocument from the OpenDocument provided by a resource Stream.
|
static PresentationDocument |
PresentationDocument.loadDocument(String documentPath)
Loads an PresentationDocument from the provided path.
|
static PresentationDocument |
PresentationDocument.newPresentationDocument()
Creates an empty presentation document.
|
static PresentationDocument |
PresentationDocument.newPresentationTemplateDocument()
Creates an empty presentation template.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PresentationDocument.appendPresentation(PresentationDocument srcDoc)
Append all the slides of the specified presentation document to the current document.
|
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.
|
| Constructor and Description |
|---|
NotesBuilder(PresentationDocument doc)
NotesBuilder constructor.
|
SlideBuilder(PresentationDocument doc)
SlideBuilder constructor.
|
Copyright © 2010–2018 Apache Software Foundation; Copyright © 2018–2020 The Document Foundation. All rights reserved.