Uses of Class
org.odftoolkit.odfdom.dom.element.table.TableFilterConditionElement
-
Packages that use TableFilterConditionElement Package Description org.odftoolkit.odfdom.dom org.odftoolkit.odfdom.dom.element.table -
-
Uses of TableFilterConditionElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type TableFilterConditionElement Modifier and Type Method Description voidDefaultElementVisitor. visit(TableFilterConditionElement ele)A method to visit "table:filter-condition" elements -
Uses of TableFilterConditionElement in org.odftoolkit.odfdom.dom.element.table
Methods in org.odftoolkit.odfdom.dom.element.table that return TableFilterConditionElement Modifier and Type Method Description TableFilterConditionElementTableFilterAndElement. newTableFilterConditionElement(int tableFieldNumberValue, String tableOperatorValue, String tableValueValue)Create child element <table:filter-condition>.TableFilterConditionElementTableFilterElement. newTableFilterConditionElement(int tableFieldNumberValue, String tableOperatorValue, String tableValueValue)Create child element <table:filter-condition>.TableFilterConditionElementTableFilterOrElement. newTableFilterConditionElement(int tableFieldNumberValue, String tableOperatorValue, String tableValueValue)Create child element <table:filter-condition>.
-