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

Description: defines how many add menu and del menu options are stored in the file. Should always be set to 0 for HSSF workbooks

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

REFERENCE: PG 328 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 MMSRecord() 
 public MMSRecord(short id,
    short size,
    byte[] data) 
 public MMSRecord(short id,
    short size,
    byte[] data,
    int offset) 
Method from org.apache.cocoon.poi.hssf.record.MMSRecord Summary:
fillFields,   getAddMenuCount,   getDelMenuCount,   getSid,   serialize,   setAddMenuCount,   setDelMenuCount,   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.MMSRecord Detail:
 protected  void fillFields(byte[] data,
    short size,
    int offset) 
 public byte getAddMenuCount() 
    get number of add menu options (should be 0)
 public byte getDelMenuCount() 
    get number of add del options (should be 0)
 public short getSid() 
 public byte[] serialize() 
 public  void setAddMenuCount(byte am) 
    set number of add menu options (set to 0)
 public  void setDelMenuCount(byte dm) 
    set number of del menu options (set to 0)
 public String toString() 
 protected  void validateSid(short id)