Save This Page
Home » jexcelapi_2_6_8 » jxl.read.biff » [javadoc | source]
jxl.read.biff
class: BoundsheetRecord [javadoc | source]
java.lang.Object
   jxl.biff.RecordData
      jxl.read.biff.BoundsheetRecord
A boundsheet record, which contains the worksheet name
Field Summary
public static  BoundsheetRecord.Biff7 biff7     
Constructor:
 public BoundsheetRecord(Record t,
    WorkbookSettings s) 
    Constructs this object from the raw data
    Parameters:
    t - the raw data
    s - the workbook settings
 public BoundsheetRecord(Record t,
    BoundsheetRecord.Biff7 biff7) 
    Constructs this object from the raw data
    Parameters:
    t - the raw data
    biff7 - a dummy value to tell the record to interpret the data as biff7
Method from jxl.read.biff.BoundsheetRecord Summary:
getName,   isChart,   isHidden,   isSheet
Methods from jxl.biff.RecordData:
getCode,   getRecord
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from jxl.read.biff.BoundsheetRecord Detail:
 public String getName() 
    Accessor for the worksheet name
 public boolean isChart() 
    Accessor to determine if this is a chart
 public boolean isHidden() 
    Accessor for the hidden flag
 public boolean isSheet() 
    Accessor to determine if this is a worksheet, or some other nefarious type of object