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