Save This Page
Home » POI-3.5 » org.apache » poi » hssf » record » [javadoc | source]
org.apache.poi.hssf.record
public final class: FormatRecord [javadoc | source]
java.lang.Object
   org.apache.poi.hssf.record.RecordBase
      org.apache.poi.hssf.record.Record
         org.apache.poi.hssf.record.StandardRecord
            org.apache.poi.hssf.record.FormatRecord
Title: Format Record (0x041E)

Description: describes a number format -- those goofy strings like $(#,###)

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

Field Summary
public static final  short sid     
Constructor:
 public FormatRecord(RecordInputStream in) 
 public FormatRecord(int indexCode,
    String fs) 
Method from org.apache.poi.hssf.record.FormatRecord Summary:
clone,   getDataSize,   getFormatString,   getIndexCode,   getSid,   serialize,   toString
Methods from org.apache.poi.hssf.record.StandardRecord:
getDataSize,   getRecordSize,   serialize,   serialize
Methods from org.apache.poi.hssf.record.Record:
clone,   cloneViaReserialise,   getSid,   serialize,   toString
Methods from org.apache.poi.hssf.record.RecordBase:
getRecordSize,   serialize
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.poi.hssf.record.FormatRecord Detail:
 public Object clone() 
 protected int getDataSize() 
 public String getFormatString() 
    get the format string
 public int getIndexCode() 
    get the format index code (for built in formats)
 public short getSid() 
 public  void serialize(LittleEndianOutput out) 
 public String toString()