Uses of Interface
org.eclipse.actf.model.dom.odf.table.TableCellElement

Packages that use TableCellElement
org.eclipse.actf.model.dom.odf.range This package contains interfaces that specify ranges of ODF contents. 
org.eclipse.actf.model.dom.odf.table This package contains interfaces of ODF table namespace. 
 

Uses of TableCellElement in org.eclipse.actf.model.dom.odf.range
 

Methods in org.eclipse.actf.model.dom.odf.range that return TableCellElement
 TableCellElement CellRange.getCell(long column, long row)
           
 

Uses of TableCellElement in org.eclipse.actf.model.dom.odf.table
 

Methods in org.eclipse.actf.model.dom.odf.table that return types with arguments of type TableCellElement
 List<TableCellElement> TableRowElement.getTableCellChildren()