Uses of Class
org.odftoolkit.odfdom.dom.OdfSchemaDocument
-
Packages that use OdfSchemaDocument Package Description org.odftoolkit.odfdom.changes org.odftoolkit.odfdom.doc The "Document Layer" exist for usability reasons, it gives a feature based view on the document model.org.odftoolkit.odfdom.dom org.odftoolkit.odfdom.incubator.doc.draw org.odftoolkit.odfdom.pkg.manifest -
-
Uses of OdfSchemaDocument in org.odftoolkit.odfdom.changes
Methods in org.odftoolkit.odfdom.changes with parameters of type OdfSchemaDocument Modifier and Type Method Description voidJsonOperationProducer. addListStyle(OdfSchemaDocument doc, Map<String,TextListStyleElement> autoListStyles, String styleId)Creates the operation to insert a list style. -
Uses of OdfSchemaDocument in org.odftoolkit.odfdom.doc
Subclasses of OdfSchemaDocument in org.odftoolkit.odfdom.doc Modifier and Type Class Description classOdfChartDocumentThis class represents an empty ODF document , which will be in general embedded in an existing ODF (Spreadsheet) document.classOdfDocumentThis abstract class is representing one of the possible ODF documents.classOdfGraphicsDocumentThis class represents an empty ODF graphics document.classOdfImageDocumentThis class represents an ODF image document.classOdfPresentationDocumentThis class represents an empty ODF presentation.classOdfSpreadsheetDocumentThis class represents an empty ODF spreadsheet document.classOdfTextDocumentThis class represents an empty ODF text document. -
Uses of OdfSchemaDocument in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom that return OdfSchemaDocument Modifier and Type Method Description OdfSchemaDocumentOdfContentOrStylesDomBase. getDocument()Retrieves the ODF DocumentOdfSchemaDocumentOdfMetaDom. getDocument()Retrieves the Odf DocumentOdfSchemaDocumentOdfSettingsDom. getDocument()Retrieves the Odf DocumentConstructors in org.odftoolkit.odfdom.dom with parameters of type OdfSchemaDocument Constructor Description OdfContentDom(OdfSchemaDocument odfDocument, String packagePath)Creates the DOM representation of an XML file of an Odf document.OdfMetaDom(OdfSchemaDocument odfDocument, String packagePath)Creates the DOM representation of an XML file of an Odf document.OdfSettingsDom(OdfSchemaDocument odfDocument, String packagePath)Creates the DOM representation of an XML file of an Odf document.OdfStylesDom(OdfSchemaDocument odfDocument, String packagePath)Creates the DOM representation of an XML file of an Odf document. -
Uses of OdfSchemaDocument in org.odftoolkit.odfdom.incubator.doc.draw
Methods in org.odftoolkit.odfdom.incubator.doc.draw with parameters of type OdfSchemaDocument Modifier and Type Method Description static voidOdfDrawImage. deleteImage(OdfSchemaDocument doc, OdfDrawImage image)The method deletes the specified image from image container.static voidOdfDrawImage. deleteImageByPath(OdfSchemaDocument doc, String imagePath)The method deletes one or more images from image container by image path.static List<OdfDrawImage>OdfDrawImage. getImageByPath(OdfSchemaDocument doc, String imagePath)The method returns the specific one or more images by image path since the image may be inserted to the document several times.static intOdfDrawImage. getImageCount(OdfSchemaDocument doc)Get the count of image objects in the image container.static Set<String>OdfDrawImage. getImagePathSet(OdfSchemaDocument doc)The method return the set of all the image paths.static List<OdfDrawImage>OdfDrawImage. getImages(OdfSchemaDocument doc)The method return the image list in the image container. -
Uses of OdfSchemaDocument in org.odftoolkit.odfdom.pkg.manifest
Constructors in org.odftoolkit.odfdom.pkg.manifest with parameters of type OdfSchemaDocument Constructor Description OdfManifestDom(OdfSchemaDocument odfDocument, String packagePath)Creates the DOM representation of an XML file of an Odf document.
-