Package org.apache.poi.hssf.record

Record package contains class representations for XLS binary strutures.

See:
          Description

Interface Summary
CellValueRecordInterface The cell value record interface is implemented by all classes of type Record that contain cell values.
 

Class Summary
AreaFormatRecord The area format record is used to define the colours and patterns for an area.
AreaRecord The area record is used to define a area chart.
AxisRecord The axis record defines the type of an axis.
AxisUsedRecord The number of axes used on a chart.
BackupRecord Title: Backup Record
BarRecord The bar record is used to define a bar chart.
BeginRecord The begin record defines the start of a block of records for a (grpahing data object.
BlankRecord Title: Blank cell record
BOFRecord Title: Beginning Of File
BookBoolRecord Title: Save External Links record (BookBool)
BoolErrRecord Creates new BoolErrRecord.
BoundSheetRecord Title: Bound Sheet Record (aka BundleSheet)
CalcCountRecord Title: Calc Count Record Description: Specifies the maximum times the gui should perform a formula recalculation.
CalcModeRecord Title: Calc Mode Record
CategorySeriesAxisRecord This record refers to a category or series axis and is used to specify label/tickmark frequency.
ChartFormatRecord Class ChartFormatRecord
ChartRecord The chart record is used to define the location and size of a chart.
CodepageRecord Title: Codepage Record
ColumnInfoRecord Title: ColumnInfo Record
ContinueRecord Title: Continue Record - Helper class used primarily for SST Records
CountryRecord Title: Country Record (aka WIN.INI country)
DataFormatRecord The data format record is used to index into a series.
DateWindow1904Record Title: Date Window 1904 Flag record
DatRecord The dat record is used to store options for the chart.
DBCellRecord Title: DBCell Record (Currently read only.
DefaultColWidthRecord Title: Default Column Width Record
DefaultDataLabelTextPropertiesRecord The default data label text properties record identifies the text characteristics of the preceeding text record.
DefaultRowHeightRecord Title: Default Row Height Record Description: Row height for rows with undefined or not explicitly defined heights.
DeltaRecord Title: Delta Record
DimensionsRecord Title: Dimensions Record
DSFRecord Title: Double Stream Flag Record
EndRecord The end record defines the end of a block of records for a (Graphing) data object.
EOFRecord End Of File record.
ExtendedFormatRecord Title: Extended Format Record Description: Probably one of the more complex records.
ExtSSTInfoSubRecord Extended SST table info subrecord
ExtSSTRecord Title: Extended Static String Table
FnGroupCountRecord Title: Function Group Count Record
FontBasisRecord The font basis record stores various font metrics.
FontIndexRecord The font index record indexes into the font table for the text record.
FontRecord Title: Font Record - descrbes a font in the workbook (index = 0-3,5-infinity - skip 4)
FooterRecord Title: Footer Record
FormatRecord Title: Format Record
FormulaRecord Formula Record - This is not really supported in this release.
FrameRecord The frame record indicates whether there is a border around the displayed text of a chart.
GridsetRecord Title: Gridset Record.
GutsRecord Title: Guts Record
HCenterRecord Title: HCenter record
HeaderRecord Title: Header Record
HideObjRecord Title: Hide Object Record
IndexRecord Title: Index Record
InterfaceEndRecord Title: Interface End Record
InterfaceHdrRecord Title: Interface Header Record
IterationRecord Title: Iteration Record
LabelRecord Label Record - read only support for strings stored directly in the cell..
LabelSSTRecord Title: Label SST Record
LegendRecord The legend record specifies the location of legend on a chart and it's overall size.
LineFormatRecord Describes a line format record.
LinkedDataRecord Describes a linked data record.
MergeCellsRecord Title: Merged Cells Record
MMSRecord Title: MMS Record
MulBlankRecord Title: Mulitple Blank cell record
MulRKRecord Used to store multiple RK numbers on a row.
NumberFormatIndexRecord The number format index record indexes format table.
NumberRecord Contains a numeric cell value.
PasswordRecord Title: Password Record
PasswordRev4Record Title: Protection Revision 4 password Record
PlotGrowthRecord The plot growth record specifies the scaling factors used when a font is scaled.
PrecisionRecord Title: Precision Record
PrintGridlinesRecord Title: Print Gridlines Record
PrintHeadersRecord Title: Print Headers Record
PrintSetupRecord Title: Print Setup Record
ProtectionRev4Record Title: Protection Revision 4 Record
ProtectRecord Title: Protect Record
Record Title: Record Description: All HSSF Records inherit from this class.
RecordFactory Title: Record Factory
RefModeRecord Title: RefMode Record
RefreshAllRecord Title: Refresh All Record
RKRecord Title: RK Record Description: An internal 32 bit number with the two most significant bits storing the type.
RowRecord Title: Row Record
SaveRecalcRecord Title: Save Recalc Record
SelectionRecord Title: Selection Record
SeriesChartGroupIndexRecord The series chart group index record stores the index to the CHARTFORMAT record (0 based).
SeriesLabelsRecord The series label record defines the type of label associated with the data format record.
SeriesListRecord The series list record defines the series displayed as an overlay to the main chart record.
SeriesRecord The series record describes the overall data for a series.
SheetPropertiesRecord Describes a chart sheet properties record.
SSTRecord Title: Static String Table Record
StyleRecord Title: Style Record
TabIdRecord Title: Sheet Tab Index Array Record
UnicodeString Title: Unicode String
UnitsRecord The units record describes units.
UnknownRecord Title: Unknown Record (for debugging)
UseSelFSRecord Title: Use Natural Language Formulas Flag
ValueRangeRecord The value range record defines the range of the value axis.
VCenterRecord Title: VCenter record
WindowOneRecord Title: Window1 Record
WindowProtectRecord Title: Window Protect Record
WindowTwoRecord Title: Window Two Record
WriteAccessRecord Title: Write Access Record
WSBoolRecord Title: WSBool Record.
 

Exception Summary
RecordFormatException Title: Record Format Exception Description: Used by records to indicate invalid format/data.
 

Package org.apache.poi.hssf.record Description

Record package contains class representations for XLS binary strutures. Its very low level.

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see:

See Also:
org.apache.poi.hssf.eventmodel, RecordFactory


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