Uses of Package
org.apache.poi.hssf.record

Packages that use org.apache.poi.hssf.record
org.apache.poi.hssf.dev DEV package serves two purposes. 
org.apache.poi.hssf.record Record package contains class representations for XLS binary strutures. 
org.apache.poi.hssf.record.aggregates record aggregates are not real "records" but collections of records that act as a single record. 
 

Classes in org.apache.poi.hssf.record used by org.apache.poi.hssf.dev
RecordFormatException
          Title: Record Format Exception Description: Used by records to indicate invalid format/data.
 

Classes in org.apache.poi.hssf.record used by org.apache.poi.hssf.record
CellValueRecordInterface
          The cell value record interface is implemented by all classes of type Record that contain cell values.
Margin
          The margin interface is a parent used to define left, right, top and bottom margins.
Record
          Title: Record Description: All HSSF Records inherit from this class.
RecordFormatException
          Title: Record Format Exception Description: Used by records to indicate invalid format/data.
 

Classes in org.apache.poi.hssf.record used by org.apache.poi.hssf.record.aggregates
CellValueRecordInterface
          The cell value record interface is implemented by all classes of type Record that contain cell values.
Record
          Title: Record Description: All HSSF Records inherit from this class.
 


jakarta-poi 1.8.0-dev

Copyright © 2002 Apache jakarta-poi project. All Rights Reserved.