|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PresentationDocument | |
---|---|
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 PresentationDocument in org.odftoolkit.simple |
---|
Methods in org.odftoolkit.simple that return PresentationDocument | |
---|---|
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. |
Methods in org.odftoolkit.simple with parameters of type PresentationDocument | |
---|---|
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. |
Uses of PresentationDocument in org.odftoolkit.simple.presentation |
---|
Constructors in org.odftoolkit.simple.presentation with parameters of type PresentationDocument | |
---|---|
Notes.NotesBuilder(PresentationDocument doc)
NotesBuilder constructor. |
|
Slide.SlideBuilder(PresentationDocument doc)
SlideBuilder constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |