Uses of Class
org.odftoolkit.odfdom.dom.element.table.TableDataPilotSortInfoElement
-
Packages that use TableDataPilotSortInfoElement Package Description org.odftoolkit.odfdom.dom org.odftoolkit.odfdom.dom.element.table -
-
Uses of TableDataPilotSortInfoElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type TableDataPilotSortInfoElement Modifier and Type Method Description void
DefaultElementVisitor. visit(TableDataPilotSortInfoElement ele)
A method to visit "table:data-pilot-sort-info" elements -
Uses of TableDataPilotSortInfoElement in org.odftoolkit.odfdom.dom.element.table
Methods in org.odftoolkit.odfdom.dom.element.table that return TableDataPilotSortInfoElement Modifier and Type Method Description TableDataPilotSortInfoElement
TableDataPilotLevelElement. newTableDataPilotSortInfoElement(String tableOrderValue, String tableSortModeValue)
Create child element <table:data-pilot-sort-info>.
-