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

Packages that use TableCellRangeSourceElement
org.odftoolkit.odfdom.dom   
org.odftoolkit.odfdom.dom.element.table   
 

Uses of TableCellRangeSourceElement in org.odftoolkit.odfdom.dom
 

Methods in org.odftoolkit.odfdom.dom with parameters of type TableCellRangeSourceElement
 void DefaultElementVisitor.visit(TableCellRangeSourceElement ele)
          A method to visit "table:cell-range-source" elements
 

Uses of TableCellRangeSourceElement in org.odftoolkit.odfdom.dom.element.table
 

Methods in org.odftoolkit.odfdom.dom.element.table that return TableCellRangeSourceElement
 TableCellRangeSourceElement TableCoveredTableCellElement.newTableCellRangeSourceElement(int tableLastColumnSpannedValue, int tableLastRowSpannedValue, String tableNameValue, String xlinkHrefValue, String xlinkTypeValue)
          Create child element table:cell-range-source.
 TableCellRangeSourceElement TableTableCellElement.newTableCellRangeSourceElement(int tableLastColumnSpannedValue, int tableLastRowSpannedValue, String tableNameValue, String xlinkHrefValue, String xlinkTypeValue)
          Create child element table:cell-range-source.
 



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