Uses of Class
org.odftoolkit.odfdom.doc.OdfGraphicsDocument
Packages that use OdfGraphicsDocument
Package
Description
The "Document Layer" exist for usability reasons, it gives a feature based view on the document model.
-
Uses of OdfGraphicsDocument in org.odftoolkit.odfdom.doc
Methods in org.odftoolkit.odfdom.doc that return OdfGraphicsDocumentModifier and TypeMethodDescriptionstatic OdfGraphicsDocumentOdfGraphicsDocument.loadDocument(File file) Creates an OdfGraphicsDocument from the OpenDocument provided by a File.static OdfGraphicsDocumentOdfGraphicsDocument.loadDocument(InputStream inputStream) Creates an OdfGraphicsDocument from the OpenDocument provided by a resource Stream.static OdfGraphicsDocumentOdfGraphicsDocument.loadDocument(String documentPath) Loads an OdfGraphicsDocument from the provided path.static OdfGraphicsDocumentOdfGraphicsDocument.newGraphicsDocument()Creates an empty graphics document.static OdfGraphicsDocumentOdfGraphicsDocument.newGraphicsTemplateDocument()Creates an empty graphics template.