Uses of Class
org.odftoolkit.odfdom.dom.element.table.TableFilterAndElement
-
Packages that use TableFilterAndElement Package Description org.odftoolkit.odfdom.dom org.odftoolkit.odfdom.dom.element.table -
-
Uses of TableFilterAndElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type TableFilterAndElement Modifier and Type Method Description void
DefaultElementVisitor. visit(TableFilterAndElement ele)
A method to visit "table:filter-and" elements -
Uses of TableFilterAndElement in org.odftoolkit.odfdom.dom.element.table
Methods in org.odftoolkit.odfdom.dom.element.table that return TableFilterAndElement Modifier and Type Method Description TableFilterAndElement
TableFilterElement. newTableFilterAndElement()
Create child element <table:filter-and>.TableFilterAndElement
TableFilterOrElement. newTableFilterAndElement()
Create child element <table:filter-and>.
-