Uses of Class
org.odftoolkit.odfdom.dom.element.table.TableSubtotalRulesElement
-
Packages that use TableSubtotalRulesElement Package Description org.odftoolkit.odfdom.dom org.odftoolkit.odfdom.dom.element.table -
-
Uses of TableSubtotalRulesElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type TableSubtotalRulesElement Modifier and Type Method Description voidDefaultElementVisitor. visit(TableSubtotalRulesElement ele)A method to visit "table:subtotal-rules" elements -
Uses of TableSubtotalRulesElement in org.odftoolkit.odfdom.dom.element.table
Methods in org.odftoolkit.odfdom.dom.element.table that return TableSubtotalRulesElement Modifier and Type Method Description TableSubtotalRulesElementTableDatabaseRangeElement. newTableSubtotalRulesElement()Create child element <table:subtotal-rules>.
-