Save This Page
Home » cocoon-2.1.11-src » org.apache.cocoon.poi » hssf » record » [javadoc | source]
org.apache.cocoon.poi.hssf.record
public class: WriteAccessRecord [javadoc | source]
java.lang.Object
   org.apache.cocoon.poi.hssf.record.Record
      org.apache.cocoon.poi.hssf.record.WriteAccessRecord
Title: Write Access Record

Description: Stores the username of that who owns the spreadsheet generator (on unix the user's login, on Windoze its the name you typed when you installed the thing)

Copyright: Copyright (c) 2001 SuperLink Software, Inc.

REFERENCE: PG 424 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)

Field Summary
public static final  short sid     
Fields inherited from org.apache.cocoon.poi.hssf.record.Record:
sid
Constructor:
 public WriteAccessRecord() 
 public WriteAccessRecord(short id,
    short size,
    byte[] data) 
 public WriteAccessRecord(short id,
    short size,
    byte[] data,
    int offset) 
Method from org.apache.cocoon.poi.hssf.record.WriteAccessRecord Summary:
fillFields,   getSid,   getUsername,   serialize,   setUsername,   toString,   validateSid
Methods from org.apache.cocoon.poi.hssf.record.Record:
fillFields,   fillFields,   getRecordSize,   getSid,   isInValueSection,   isValue,   processContinueRecord,   serialize,   toString,   validateSid
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cocoon.poi.hssf.record.WriteAccessRecord Detail:
 protected  void fillFields(byte[] data,
    short size,
    int offset) 
 public short getSid() 
 public String getUsername() 
    get the username for the user that created the report. HSSF uses the logged in user. On natively created M$ Excel sheet this would be the name you typed in when you installed it in most cases.
 public byte[] serialize() 
 public  void setUsername(String username) 
    set the username for the user that created the report. HSSF uses the logged in user.
 public String toString() 
 protected  void validateSid(short id)