jxl.read.biff
Class SortRecord

java.lang.Object
  extended byjxl.biff.RecordData
      extended byjxl.read.biff.SortRecord

public class SortRecord
extends RecordData

A storage area for the last Sort dialog box area


Constructor Summary
SortRecord(Record r)
          Constructs this object from the raw data
 
Method Summary
 boolean getSortCaseSensitive()
          Accessor for the Sort Case Sensitivity flag
 java.lang.String getSortCol1Name()
          Accessor for the 1st Sort Column Name
 java.lang.String getSortCol2Name()
          Accessor for the 2nd Sort Column Name
 java.lang.String getSortCol3Name()
          Accessor for the 3rd Sort Column Name
 boolean getSortColumns()
          Accessor for the Sort by Columns flag
 boolean getSortKey1Desc()
          Accessor for the Sort Column 1 Descending flag
 boolean getSortKey2Desc()
          Accessor for the Sort Column 2 Descending flag
 boolean getSortKey3Desc()
          Accessor for the Sort Column 3 Descending flag
 
Methods inherited from class jxl.biff.RecordData
getCode, getRecord
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SortRecord

public SortRecord(Record r)
Constructs this object from the raw data

Parameters:
r - the raw data
Method Detail

getSortCol1Name

public java.lang.String getSortCol1Name()
Accessor for the 1st Sort Column Name

Returns:
the 1st Sort Column Name

getSortCol2Name

public java.lang.String getSortCol2Name()
Accessor for the 2nd Sort Column Name

Returns:
the 2nd Sort Column Name

getSortCol3Name

public java.lang.String getSortCol3Name()
Accessor for the 3rd Sort Column Name

Returns:
the 3rd Sort Column Name

getSortColumns

public boolean getSortColumns()
Accessor for the Sort by Columns flag

Returns:
the Sort by Columns flag

getSortKey1Desc

public boolean getSortKey1Desc()
Accessor for the Sort Column 1 Descending flag

Returns:
the Sort Column 1 Descending flag

getSortKey2Desc

public boolean getSortKey2Desc()
Accessor for the Sort Column 2 Descending flag

Returns:
the Sort Column 2 Descending flag

getSortKey3Desc

public boolean getSortKey3Desc()
Accessor for the Sort Column 3 Descending flag

Returns:
the Sort Column 3 Descending flag

getSortCaseSensitive

public boolean getSortCaseSensitive()
Accessor for the Sort Case Sensitivity flag

Returns:
the Sort Case Secsitivity flag