Uses of Class
org.odftoolkit.odfdom.dom.element.style.StyleTablePropertiesElement
-
Packages that use StyleTablePropertiesElement Package Description org.odftoolkit.odfdom.changes org.odftoolkit.odfdom.dom org.odftoolkit.odfdom.dom.element.style -
-
Uses of StyleTablePropertiesElement in org.odftoolkit.odfdom.changes
Methods in org.odftoolkit.odfdom.changes with parameters of type StyleTablePropertiesElement Modifier and Type Method Description static voidJsonOperationConsumer. mapTableProperties(org.json.JSONObject attrs, StyleTablePropertiesElement propertiesElement) -
Uses of StyleTablePropertiesElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type StyleTablePropertiesElement Modifier and Type Method Description voidDefaultElementVisitor. visit(StyleTablePropertiesElement ele)A method to visit "style:table-properties" elements -
Uses of StyleTablePropertiesElement in org.odftoolkit.odfdom.dom.element.style
Methods in org.odftoolkit.odfdom.dom.element.style that return StyleTablePropertiesElement Modifier and Type Method Description StyleTablePropertiesElementStyleDefaultStyleElement. newStyleTablePropertiesElement()Create child element <style:table-properties>.StyleTablePropertiesElementStyleStyleElement. newStyleTablePropertiesElement()Create child element <style:table-properties>.
-