jxl.read.biff
Class CountryRecord

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

public class CountryRecord
extends RecordData

Contains the cell dimensions of this worksheet


Constructor Summary
CountryRecord(Record t)
          Constructs the dimensions from the raw data
 
Method Summary
 int getLanguageCode()
          Accessor for the language code
 int getRegionalSettingsCode()
          Accessor for the regional settings code
 
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

CountryRecord

public CountryRecord(Record t)
Constructs the dimensions from the raw data

Parameters:
t - the raw data
Method Detail

getLanguageCode

public int getLanguageCode()
Accessor for the language code

Returns:
the language code

getRegionalSettingsCode

public int getRegionalSettingsCode()
Accessor for the regional settings code

Returns:
the regional settings code