Uses of Class
net.sf.mpxj.Column

Packages that use Column
net.sf.mpxj   
 

Uses of Column in net.sf.mpxj
 

Methods in net.sf.mpxj that return types with arguments of type Column
 List<Column> Table.getColumns()
          Retrieves the list of columns that make up this table.
 

Methods in net.sf.mpxj with parameters of type Column
 void Table.addColumn(Column column)
          Adds a column definition to this table.
 



Copyright © 2012. All Rights Reserved.