Uses of Class
org.odftoolkit.odfdom.dom.element.style.StyleTableRowPropertiesElement
-
Packages that use StyleTableRowPropertiesElement Package Description org.odftoolkit.odfdom.changes org.odftoolkit.odfdom.dom org.odftoolkit.odfdom.dom.element.style -
-
Uses of StyleTableRowPropertiesElement in org.odftoolkit.odfdom.changes
Methods in org.odftoolkit.odfdom.changes with parameters of type StyleTableRowPropertiesElement Modifier and Type Method Description static void
JsonOperationConsumer. mapRowProperties(org.json.JSONObject attrs, StyleTableRowPropertiesElement propertiesElement)
-
Uses of StyleTableRowPropertiesElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type StyleTableRowPropertiesElement Modifier and Type Method Description void
DefaultElementVisitor. visit(StyleTableRowPropertiesElement ele)
A method to visit "style:table-row-properties" elements -
Uses of StyleTableRowPropertiesElement in org.odftoolkit.odfdom.dom.element.style
Methods in org.odftoolkit.odfdom.dom.element.style that return StyleTableRowPropertiesElement Modifier and Type Method Description StyleTableRowPropertiesElement
StyleDefaultStyleElement. newStyleTableRowPropertiesElement()
Create child element <style:table-row-properties>.StyleTableRowPropertiesElement
StyleStyleElement. newStyleTableRowPropertiesElement()
Create child element {
-