Uses of Class
org.odftoolkit.odfdom.dom.OdfContentDom
Packages that use OdfContentDom
-
Uses of OdfContentDom in org.odftoolkit.odfdom.changes
Methods in org.odftoolkit.odfdom.changes with parameters of type OdfContentDomModifier and TypeMethodDescriptionstatic voidJsonOperationConsumer.addField(Component rootComponent, OdfContentDom contentDom, org.json.JSONArray start, String type, String representation, org.json.JSONObject attrs) Currently all fields are being mapped to a common text field, i.e.static voidJsonOperationConsumer.changeField(Component rootComponent, OdfContentDom contentDom, org.json.JSONArray start, String type, String representation, org.json.JSONObject attrs) Modify field at the given position <text:text-input>static voidJsonOperationConsumer.setFieldAttributes(OdfElement newFieldElement, org.json.JSONObject attrs, org.odftoolkit.odfdom.changes.FieldMap currentMap, OdfContentDom contentDom) Currently all fields are being mapped to a common text field, i.e. -
Uses of OdfContentDom in org.odftoolkit.odfdom.dom
Fields in org.odftoolkit.odfdom.dom declared as OdfContentDomMethods in org.odftoolkit.odfdom.dom that return OdfContentDomModifier and TypeMethodDescriptionOdfSchemaDocument.getContentDom()Return the ODF type-based content DOM of the content.xmlMethods in org.odftoolkit.odfdom.dom with parameters of type OdfContentDomModifier and TypeMethodDescriptionvoidOdfSchemaDocument.setContentDom(OdfContentDom contentDom) Sets the ODF type-based content DOM of the content.xml