Uses of Class
org.odftoolkit.odfdom.dom.element.table.TableOperationElement
-
Packages that use TableOperationElement Package Description org.odftoolkit.odfdom.dom org.odftoolkit.odfdom.dom.element.table -
-
Uses of TableOperationElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type TableOperationElement Modifier and Type Method Description voidDefaultElementVisitor. visit(TableOperationElement ele)A method to visit "table:operation" elements -
Uses of TableOperationElement in org.odftoolkit.odfdom.dom.element.table
Methods in org.odftoolkit.odfdom.dom.element.table that return TableOperationElement Modifier and Type Method Description TableOperationElementTableDetectiveElement. newTableOperationElement(int tableIndexValue, String tableNameValue)Create child element <table:operation>.
-