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

Packages that use TableColumnElement
org.eclipse.actf.model.dom.odf.table   
 

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

Methods in org.eclipse.actf.model.dom.odf.table that return TableColumnElement
 TableColumnElement TableElement.getTableColumnChild(int column)
           
 

Methods in org.eclipse.actf.model.dom.odf.table that return types with arguments of type TableColumnElement
 List<TableColumnElement> TableHeaderColumnsElement.getTableColumChildren()
           
 List<TableColumnElement> TableElement.getTableColumnChildren()