Uses of Class
org.odftoolkit.odfdom.doc.OdfPresentationDocument
Packages that use OdfPresentationDocument
Package
Description
The "Document Layer" exist for usability reasons, it gives a feature based view on the document model.
-
Uses of OdfPresentationDocument in org.odftoolkit.odfdom.doc
Methods in org.odftoolkit.odfdom.doc that return OdfPresentationDocumentModifier and TypeMethodDescriptionstatic OdfPresentationDocumentOdfPresentationDocument.loadDocument(File file) Creates an OdfPresentationDocument from the OpenDocument provided by a File.static OdfPresentationDocumentOdfPresentationDocument.loadDocument(InputStream inputStream) Creates an OdfPresentationDocument from the OpenDocument provided by a resource Stream.static OdfPresentationDocumentOdfPresentationDocument.loadDocument(String documentPath) Loads an OdfPresentationDocument from the provided path.static OdfPresentationDocumentOdfPresentationDocument.newPresentationDocument()Creates an empty presentation document.static OdfPresentationDocumentOdfPresentationDocument.newPresentationTemplateDocument()Creates an empty presentation template.Methods in org.odftoolkit.odfdom.doc with parameters of type OdfPresentationDocumentModifier and TypeMethodDescriptionvoidOdfPresentationDocument.appendPresentation(OdfPresentationDocument srcDoc) Append all the slides of the specified presentation document to the current document.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.