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

All Implemented Interfaces:
    CellValueRecordInterface

Title: Label SST Record

Description: Refers to a string in the shared string table and is a column value.

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

REFERENCE: PG 325 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 LabelSSTRecord() 
 public LabelSSTRecord(short id,
    short size,
    byte[] data) 
 public LabelSSTRecord(short id,
    short size,
    byte[] data,
    int offset) 
Method from org.apache.cocoon.poi.hssf.record.LabelSSTRecord Summary:
fillFields,   getColumn,   getRow,   getSSTIndex,   getSid,   getXFIndex,   isAfter,   isBefore,   isEqual,   isInValueSection,   isValue,   serialize,   setColumn,   setRow,   setSSTIndex,   setXFIndex,   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.LabelSSTRecord Detail:
 protected  void fillFields(byte[] data,
    short size,
    int offset) 
 public short getColumn() 
 public short getRow() 
 public int getSSTIndex() 
    get the index to the string in the SSTRecord
 public short getSid() 
 public short getXFIndex() 
    get the index to the extended format record
 public boolean isAfter(CellValueRecordInterface i) 
 public boolean isBefore(CellValueRecordInterface i) 
 public boolean isEqual(CellValueRecordInterface i) 
 public boolean isInValueSection() 
 public boolean isValue() 
 public byte[] serialize() 
 public  void setColumn(short col) 
 public  void setRow(short row) 
 public  void setSSTIndex(int index) 
    set the index to the string in the SSTRecord
 public  void setXFIndex(short index) 
    set the index to the extended format record
 public String toString() 
 protected  void validateSid(short id)