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.eventmodel HSSF eventmodel Package provides an event-based API for reading HSSF files. 
org.apache.poi.hssf.model Provides low level API structures for reading, writing, modifying XLS files. 
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. 
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model  
org.apache.poi.hssf.util util package contains tools needed for writing HSSF files that are not necesarily "real" HSSF concepts. 
 

Classes in org.apache.poi.hssf.record used by org.apache.poi.hssf.dev
FormulaRecord
          Formula Record - This is not really supported in this release.
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.eventmodel
Record
          Title: Record Description: All HSSF Records inherit from this class.
 

Classes in org.apache.poi.hssf.record used by org.apache.poi.hssf.model
BackupRecord
          Title: Backup Record
BlankRecord
          Title: Blank cell record
CellValueRecordInterface
          The cell value record interface is implemented by all classes of type Record that contain cell values.
DefaultColWidthRecord
          Title: Default Column Width Record
DefaultRowHeightRecord
          Title: Default Row Height Record Description: Row height for rows with undefined or not explicitly defined heights.
DimensionsRecord
          Title: Dimensions Record
ExtendedFormatRecord
          Title: Extended Format Record Description: Probably one of the more complex records.
FontRecord
          Title: Font Record - descrbes a font in the workbook (index = 0-3,5-infinity - skip 4)
FormulaRecord
          Formula Record - This is not really supported in this release.
GridsetRecord
          Title: Gridset Record.
LabelSSTRecord
          Title: Label SST Record
MergeCellsRecord
          Title: Merged Cells Record
MergeCellsRecord.MergedRegion
          this is a low level representation of a MergedRegion of cells.
NumberRecord
          Contains a numeric cell value.
Record
          Title: Record Description: All HSSF Records inherit from this class.
RowRecord
          Title: Row Record
SSTRecord
          Title: Static String Table Record
 

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.
ExtSSTInfoSubRecord
          Extended SST table info subrecord
MergeCellsRecord
          Title: Merged Cells Record
MergeCellsRecord.MergedRegion
          this is a low level representation of a MergedRegion of cells.
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.
RowRecord
          Title: Row Record
 

Classes in org.apache.poi.hssf.record used by org.apache.poi.hssf.usermodel
CellValueRecordInterface
          The cell value record interface is implemented by all classes of type Record that contain cell values.
ExtendedFormatRecord
          Title: Extended Format Record Description: Probably one of the more complex records.
FontRecord
          Title: Font Record - descrbes a font in the workbook (index = 0-3,5-infinity - skip 4)
RowRecord
          Title: Row Record
 

Classes in org.apache.poi.hssf.record used by org.apache.poi.hssf.util
MergeCellsRecord.MergedRegion
          this is a low level representation of a MergedRegion of cells.
 



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