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

Packages that use Row
com.arctorus.documents.table   
 

Uses of Row in com.arctorus.documents.table
 

Fields in com.arctorus.documents.table declared as Row
static Row Row.NULL
          NULL row.
 

Methods in com.arctorus.documents.table that return Row
 Row Table.getRow(int rowIndex)
          Get row by index.
 Row Table.getRowRef(int rowIndex)
          Get row by index.
 

Methods in com.arctorus.documents.table that return types with arguments of type Row
 java.util.Collection<Row> Table.getRows()
          Get list of all non-empty or earlier accessed rows in a table.
 

Methods in com.arctorus.documents.table with parameters of type Row
 boolean Row.equalsContent(Row row)
          Indicates whether the content of the specified row (cells and height) is "equal to" the content of this row.