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

Packages that use TableColumnElement
org.eclipse.actf.model.dom.odf.table This package contains interfaces of ODF table namespace. 
 

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()