Uses of Class
org.odftoolkit.odfdom.doc.OdfImageDocument
-
Packages that use OdfImageDocument Package Description org.odftoolkit.odfdom.doc The "Document Layer" exist for usability reasons, it gives a feature based view on the document model. -
-
Uses of OdfImageDocument in org.odftoolkit.odfdom.doc
Methods in org.odftoolkit.odfdom.doc that return OdfImageDocument Modifier and Type Method Description static OdfImageDocumentOdfImageDocument. loadDocument(File file)Creates an OdfImageDocument from the OpenDocument provided by a File.static OdfImageDocumentOdfImageDocument. loadDocument(InputStream inputStream)Creates an OdfImageDocument from the OpenDocument provided by a resource Stream.static OdfImageDocumentOdfImageDocument. loadDocument(String documentPath)Loads an OdfImageDocument from the provided path.static OdfImageDocumentOdfImageDocument. newImageDocument()Creates an empty image document.static OdfImageDocumentOdfImageDocument. newImageTemplateDocument()Creates an empty image template.
-