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. 1.  
org.apache.poi.hssf.eventmodel   
org.apache.poi.hssf.eventusermodel 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 Related Documentation For overviews, tutorials, examples, guides, and tool documentation, please see: Jakarta POI Project
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.
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.
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.eventusermodel
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 Description: Boolean specifying whether the GUI should store a backup of the file.
BlankRecord
          Title: Blank cell record Description: Represents a column in a row with no value but with styling.
CellValueRecordInterface
          The cell value record interface is implemented by all classes of type Record that contain cell values.
DefaultColWidthRecord
          Title: Default Column Width Record Description: Specifies the default width for columns that have no specific width set.
DefaultRowHeightRecord
          Title: Default Row Height Record Description: Row height for rows with undefined or not explicitly defined heights.
DimensionsRecord
          Title: Dimensions Record Description: provides the minumum and maximum bounds of a sheet.
ExtendedFormatRecord
          Title: Extended Format Record Description: Probably one of the more complex records.
ExternSheetRecord
          Title: Extern Sheet Description: A List of Inndexes to SupBook REFERENCE:
FontRecord
          Title: Font Record - descrbes a font in the workbook (index = 0-3,5-infinity - skip 4) Description: An element in the Font Table REFERENCE: PG 315 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)
FooterRecord
          Title: Footer Record Description: Specifies the footer for a sheet REFERENCE: PG 317 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)
FormulaRecord
          Formula Record.
GridsetRecord
          Title: Gridset Record.
HeaderRecord
          Title: Header Record Description: Specifies a header for a sheet REFERENCE: PG 321 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)
LabelSSTRecord
          Title: Label SST Record Description: Refers to a string in the shared string table and is a column value.
MergeCellsRecord
          Title: Merged Cells Record Description: Optional record defining a square area of cells to "merged" into one cell.
MergeCellsRecord.MergedRegion
          this is a low level representation of a MergedRegion of cells.
NameRecord
          Title: Name Record (aka Named Range) Description: Defines a named range within a workbook.
NumberRecord
          Contains a numeric cell value.
PaletteRecord
          PaletteRecord - Supports custom palettes.
PrintGridlinesRecord
          Title: Print Gridlines Record Description: whether to print the gridlines when you enjoy you spreadsheet on paper.
PrintSetupRecord
          Title: Print Setup Record Description: Stores print setup options -- bogus for HSSF (and marked as such) REFERENCE: PG 385 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)
Record
          Title: Record Description: All HSSF Records inherit from this class.
RowRecord
          Title: Row Record Description: stores the row information for the sheet.
SCLRecord
          Specifies the window's zoom magnification.
SelectionRecord
          Title: Selection Record Description: shows the user's selection on the sheet for write set num refs to 0 TODO : Fully implement reference subrecords.
SSTRecord
          Title: Static String Table Record Description: This holds all the strings for LabelSSTRecords.
 

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.
CustomField
           
ExternSheetSubRecord
          Title: A sub Record for Extern Sheet Description: Defines a named range within a workbook.
ExtSSTInfoSubRecord
          Extended SST table info subrecord contains the elements of "info" in the SST's array field WE HAVE VERY LITTLE INFORMATION ON HOW TO IMPLEMENT THIS RECORD!
LinkedDataFormulaField
          Not implemented yet.
Margin
          The margin interface is a parent used to define left, right, top and bottom margins.
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.
FormulaRecord
          Formula Record.
Record
          Title: Record Description: All HSSF Records inherit from this class.
RowRecord
          Title: Row Record Description: stores the row information for the sheet.
StringRecord
          Supports the STRING record structure.
 

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) Description: An element in the Font Table REFERENCE: PG 315 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)
FooterRecord
          Title: Footer Record Description: Specifies the footer for a sheet REFERENCE: PG 317 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)
HeaderRecord
          Title: Header Record Description: Specifies a header for a sheet REFERENCE: PG 321 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)
NameRecord
          Title: Name Record (aka Named Range) Description: Defines a named range within a workbook.
PaletteRecord
          PaletteRecord - Supports custom palettes.
PrintSetupRecord
          Title: Print Setup Record Description: Stores print setup options -- bogus for HSSF (and marked as such) REFERENCE: PG 385 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)
RowRecord
          Title: Row Record Description: stores the row information for the sheet.
 

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.
 


jakarta-poi 1.10.0-dev

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