Save This Page
Home » jexcelapi_2_6_8 » jxl.biff » [javadoc | source]
jxl.biff
public class: WorkspaceInformationRecord [javadoc | source]
java.lang.Object
   jxl.biff.RecordData
      jxl.biff.WritableRecordData
         jxl.biff.WorkspaceInformationRecord

All Implemented Interfaces:
    ByteData

A record detailing whether the sheet is protected
Fields inherited from jxl.biff.WritableRecordData:
maxRecordLength
Constructor:
 public WorkspaceInformationRecord() 
 public WorkspaceInformationRecord(Record t) 
    Constructs this object from the raw data
    Parameters:
    t - the raw data
Method from jxl.biff.WorkspaceInformationRecord Summary:
getData,   getFitToPages,   setColumnOutlines,   setFitToPages,   setRowOutlines
Methods from jxl.biff.WritableRecordData:
getBytes,   getData
Methods from jxl.biff.RecordData:
getCode,   getRecord
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from jxl.biff.WorkspaceInformationRecord Detail:
 public byte[] getData() 
    Gets the binary data for output to file
 public boolean getFitToPages() 
    Gets the fit to pages flag
 public  void setColumnOutlines(boolean ro) 
    Sets the outlines
 public  void setFitToPages(boolean b) 
    Sets the fit to page flag
 public  void setRowOutlines(boolean ro) 
    Sets the outlines