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: ProtectionRev4Record [javadoc | source]
java.lang.Object
   org.apache.cocoon.poi.hssf.record.Record
      org.apache.cocoon.poi.hssf.record.ProtectionRev4Record
Title: Protection Revision 4 Record

Description: describes whether this is a protected shared/tracked workbook

( HSSF does not support encryption because we don't feel like going to jail )

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

REFERENCE: PG 373 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 ProtectionRev4Record() 
 public ProtectionRev4Record(short id,
    short size,
    byte[] data) 
 public ProtectionRev4Record(short id,
    short size,
    byte[] data,
    int offset) 
Method from org.apache.cocoon.poi.hssf.record.ProtectionRev4Record Summary:
fillFields,   getProtect,   getSid,   serialize,   setProtect,   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.ProtectionRev4Record Detail:
 protected  void fillFields(byte[] data,
    short size,
    int offset) 
 public short getProtect() 
    get whether the this is protected shared/tracked workbook or not
 public short getSid() 
 public byte[] serialize() 
 public  void setProtect(boolean protect) 
    set whether the this is protected shared/tracked workbook or not
 public String toString() 
 protected  void validateSid(short id)