Uses of Class
org.odftoolkit.odfdom.dom.element.table.TableFilterConditionElement

Packages that use TableFilterConditionElement
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
 void DefaultElementVisitor.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
 TableFilterConditionElement TableFilterAndElement.newTableFilterConditionElement(int tableFieldNumberValue, String tableOperatorValue, String tableValueValue)
          Create child element table:filter-condition.
 TableFilterConditionElement TableFilterOrElement.newTableFilterConditionElement(int tableFieldNumberValue, String tableOperatorValue, String tableValueValue)
          Create child element table:filter-condition.
 TableFilterConditionElement TableFilterElement.newTableFilterConditionElement(int tableFieldNumberValue, String tableOperatorValue, String tableValueValue)
          Create child element table:filter-condition.
 



Copyright © 2008-2017 The Apache Software Foundation. All Rights Reserved.