Uses of Class
org.odftoolkit.odfdom.dom.OdfContentDom
-
Packages that use OdfContentDom Package Description org.odftoolkit.odfdom.changes org.odftoolkit.odfdom.dom -
-
Uses of OdfContentDom in org.odftoolkit.odfdom.changes
Methods in org.odftoolkit.odfdom.changes with parameters of type OdfContentDom Modifier and Type Method Description static 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 positionstatic 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 OdfContentDom Modifier and Type Field Description protected OdfContentDomOdfSchemaDocument. mContentDomMethods in org.odftoolkit.odfdom.dom that return OdfContentDom Modifier and Type Method Description OdfContentDomOdfSchemaDocument. getContentDom()Return the ODF type-based content DOM of the content.xmlMethods in org.odftoolkit.odfdom.dom with parameters of type OdfContentDom Modifier and Type Method Description voidOdfSchemaDocument. setContentDom(OdfContentDom contentDom)Sets the ODF type-based content DOM of the content.xml
-