Uses of Class
org.odftoolkit.odfdom.dom.element.table.TableConsolidationElement
-
Packages that use TableConsolidationElement Package Description org.odftoolkit.odfdom.dom org.odftoolkit.odfdom.dom.element.office -
-
Uses of TableConsolidationElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type TableConsolidationElement Modifier and Type Method Description voidDefaultElementVisitor. visit(TableConsolidationElement ele)A method to visit "table:consolidation" elements -
Uses of TableConsolidationElement in org.odftoolkit.odfdom.dom.element.office
Methods in org.odftoolkit.odfdom.dom.element.office that return TableConsolidationElement Modifier and Type Method Description TableConsolidationElementOfficeChartElement. newTableConsolidationElement(String tableFunctionValue, String tableSourceCellRangeAddressesValue, String tableTargetCellAddressValue)Create child element <table:consolidation>.TableConsolidationElementOfficeDrawingElement. newTableConsolidationElement(String tableFunctionValue, String tableSourceCellRangeAddressesValue, String tableTargetCellAddressValue)Create child element <table:consolidation>.TableConsolidationElementOfficePresentationElement. newTableConsolidationElement(String tableFunctionValue, String tableSourceCellRangeAddressesValue, String tableTargetCellAddressValue)Create child element <table:consolidation>.TableConsolidationElementOfficeSpreadsheetElement. newTableConsolidationElement(String tableFunctionValue, String tableSourceCellRangeAddressesValue, String tableTargetCellAddressValue)Create child element <table:consolidation>.TableConsolidationElementOfficeTextElement. newTableConsolidationElement(String tableFunctionValue, String tableSourceCellRangeAddressesValue, String tableTargetCellAddressValue)Create child element <table:consolidation>.
-