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

Packages that use TableConsolidationElement
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
 void DefaultElementVisitor.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
 TableConsolidationElement OfficeTextElement.newTableConsolidationElement(String tableFunctionValue, String tableSourceCellRangeAddressesValue, String tableTargetCellAddressValue)
          Create child element table:consolidation.
 TableConsolidationElement OfficeChartElement.newTableConsolidationElement(String tableFunctionValue, String tableSourceCellRangeAddressesValue, String tableTargetCellAddressValue)
          Create child element table:consolidation.
 TableConsolidationElement OfficeSpreadsheetElement.newTableConsolidationElement(String tableFunctionValue, String tableSourceCellRangeAddressesValue, String tableTargetCellAddressValue)
          Create child element table:consolidation.
 TableConsolidationElement OfficePresentationElement.newTableConsolidationElement(String tableFunctionValue, String tableSourceCellRangeAddressesValue, String tableTargetCellAddressValue)
          Create child element table:consolidation.
 TableConsolidationElement OfficeDrawingElement.newTableConsolidationElement(String tableFunctionValue, String tableSourceCellRangeAddressesValue, String tableTargetCellAddressValue)
          Create child element table:consolidation.
 



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