Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.apache.cocoon.poi.hssf.record

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

Class Summary
BackupRecord Title: Backup Record
BlankRecord Title: Blank cell record
BOFRecord Title: Beginning Of File
BookBoolRecord Title: Save External Links record (BookBool)
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
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)
DateWindow1904Record Title: Date Window 1904 Flag record
DBCellRecord Title: DBCell Record (Currently read only.
DefaultColWidthRecord Title: Default Column Width 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
EOFRecord Title: 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
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.
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
MMSRecord Title: MMS Record
MulBlankRecord Title: Mulitple Blank cell record
MulRKRecord Used to store multiple RK numbers on a row.
NumberRecord Contains a numeric cell value.
PasswordRecord Title: Password Record
PasswordRev4Record Title: Protection Revision 4 password Record
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
RkRec  
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
SSTRecord Title: Static String Table Record
StyleRecord Title: Style Record
TabIdRecord Title: Sheet Tab Index Array Record
TestSSTRecord  
UnicodeString Title: Unicode String
UnknownRecord Title: Unknown Record (for debugging)
UseSelFSRecord Title: Use Natural Language Formulas Flag
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 Description: stores workbook settings (aka its a big "everything we didn't put somewhere else")
 

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