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