Uses of Class
com.arctorus.documents.table.Column

Packages that use Column
com.arctorus.documents.table   
 

Uses of Column in com.arctorus.documents.table
 

Fields in com.arctorus.documents.table declared as Column
static Column Column.NULL
          NULL column.
 

Methods in com.arctorus.documents.table that return Column
 Column Table.getColumn(int columnIndex)
          Get column by index.
 Column Table.getColumn(java.lang.String columnName)
          Get column by the specified name.
 Column Table.getColumnRef(int columnIndex)
          Get column by index.
 

Methods in com.arctorus.documents.table that return types with arguments of type Column
 java.util.List<Column> Table.getColumns()
          Get list of all non-empty or earlier accessed columns in a table.
 

Methods in com.arctorus.documents.table with parameters of type Column
 boolean Column.equalsContent(Column column)
          Indicates whether the content of the specified column (width) is "equal to" the content of this column.