Uses of Class
org.odftoolkit.odfdom.dom.element.OdfStylePropertiesBase
-
Packages that use OdfStylePropertiesBase Package Description org.odftoolkit.odfdom.changes org.odftoolkit.odfdom.dom.element From the ODF RelaxNG generated Java classes representing the ODF elements.org.odftoolkit.odfdom.dom.element.style -
-
Uses of OdfStylePropertiesBase in org.odftoolkit.odfdom.changes
Methods in org.odftoolkit.odfdom.changes with parameters of type OdfStylePropertiesBase Modifier and Type Method Description static voidJsonOperationConsumer. addBorderProperties(String key, org.json.JSONObject attrs, OdfStylePropertiesBase propertiesElement, OdfStyleBase frameParentStyle)static voidJsonOperationConsumer. addPaddingProperties(String key, org.json.JSONObject attrs, OdfStylePropertiesBase propertiesElement) -
Uses of OdfStylePropertiesBase in org.odftoolkit.odfdom.dom.element
Methods in org.odftoolkit.odfdom.dom.element that return OdfStylePropertiesBase Modifier and Type Method Description OdfStylePropertiesBaseOdfStyleBase. getOrCreatePropertiesElement(OdfStylePropertiesSet set)OdfStylePropertiesBaseOdfStyleBase. getPropertiesElement(OdfStylePropertiesSet set) -
Uses of OdfStylePropertiesBase in org.odftoolkit.odfdom.dom.element.style
-