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

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

Uses of TableCellAddressElement in org.odftoolkit.odfdom.dom
 

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

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

Methods in org.odftoolkit.odfdom.dom.element.table that return TableCellAddressElement
 TableCellAddressElement TableCellContentDeletionElement.newTableCellAddressElement(int tableColumnValue, int tableRowValue, int tableTableValue)
          Create child element table:cell-address.
 TableCellAddressElement TableCellContentChangeElement.newTableCellAddressElement(int tableColumnValue, int tableRowValue, int tableTableValue)
          Create child element table:cell-address.
 



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