org.apache.poi.hssf.record

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Collaboration » poi 3.0.2 beta2 » org.apache.poi.hssf.record 
org.apache.poi.hssf.record
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 org.apache.poi.hssf.eventmodel @see org.apache.poi.hssf.record.RecordFactory
Java Source File NameTypeComment
AbstractEscherHolderRecord.javaClass The escher container record is used to hold escher records.
AreaFormatRecord.javaClass The area format record is used to define the colours and patterns for an area. NOTE: This source is automatically generated please do not modify this file.
AreaRecord.javaClass The area record is used to define a area chart. NOTE: This source is automatically generated please do not modify this file.
AxisLineFormatRecord.javaClass The axis line format record defines the axis type details. NOTE: This source is automatically generated please do not modify this file.
AxisOptionsRecord.javaClass The axis options record provides unit information and other various tidbits about the axis. NOTE: This source is automatically generated please do not modify this file.
AxisParentRecord.javaClass The axis size and location NOTE: This source is automatically generated please do not modify this file.
AxisRecord.javaClass The axis record defines the type of an axis. NOTE: This source is automatically generated please do not modify this file.
AxisUsedRecord.javaClass The number of axes used on a chart. NOTE: This source is automatically generated please do not modify this file.
BackupRecord.javaClass Title: Backup Record

Description: Boolean specifying whether the GUI should store a backup of the file.

REFERENCE: PG 287 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)


author:
   Andrew C.

BarRecord.javaClass The bar record is used to define a bar chart. NOTE: This source is automatically generated please do not modify this file.
BeginRecord.javaClass The begin record defines the start of a block of records for a (grpahing data object.
BlankRecord.javaClass Title: Blank cell record

Description: Represents a column in a row with no value but with styling.

REFERENCE: PG 287 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)


author:
   Andrew C.

BOFRecord.javaClass Title: Beginning Of File

Description: Somewhat of a misnomer, its used for the beginning of a set of records that have a particular pupose or subject. Used in sheets and workbooks.

REFERENCE: PG 289 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)


author:
   Andrew C.

BookBoolRecord.javaClass Title: Save External Links record (BookBool)

Description: Contains a flag specifying whether the Gui should save externally linked values from other workbooks.

BoolErrRecord.javaClass Creates new BoolErrRecord.
BottomMarginRecord.javaClass Record for the bottom margin.
BoundSheetRecord.javaClass Title: Bound Sheet Record (aka BundleSheet)

Description: Defines a sheet within a workbook.

CalcCountRecord.javaClass Title: Calc Count Record Description: Specifies the maximum times the gui should perform a formula recalculation.
CalcModeRecord.javaClass Title: Calc Mode Record

Description: Tells the gui whether to calculate formulas automatically, manually or automatically except for tables.

REFERENCE: PG 292 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)


author:
   Andrew C.

CategorySeriesAxisRecord.javaClass This record refers to a category or series axis and is used to specify label/tickmark frequency. NOTE: This source is automatically generated please do not modify this file.
CellValueRecordInterface.javaInterface The cell value record interface is implemented by all classes of type Record that contain cell values.
ChartFormatRecord.javaClass
ChartRecord.javaClass The chart record is used to define the location and size of a chart. NOTE: This source is automatically generated please do not modify this file.
ChartTitleFormatRecord.javaClass Describes the formatting runs associated with a chart title.
CodepageRecord.javaClass Title: Codepage Record

Description: the default characterset.

ColumnInfoRecord.javaClass Title: ColumnInfo Record

Description: Defines with width and formatting for a range of columns

REFERENCE: PG 293 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)


author:
   Andrew C.

CommonObjectDataSubRecord.javaClass The common object data record is used to store all common preferences for an excel object. NOTE: This source is automatically generated please do not modify this file.
ContinueRecord.javaClass Title: Continue Record - Helper class used primarily for SST Records

Description: handles overflow for prior record in the input stream; content is tailored to that prior record


author:
   Marc Johnson (mjohnson at apache dot org)
author:
   Andrew C.

CountryRecord.javaClass Title: Country Record (aka WIN.INI country)

Description: used for localization.

CustomField.javaInterface
DataFormatRecord.javaClass The data format record is used to index into a series. NOTE: This source is automatically generated please do not modify this file.
DateWindow1904Record.javaClass Title: Date Window 1904 Flag record

Description: Flag specifying whether 1904 date windowing is used. (tick toc tick toc...BOOM!)

REFERENCE: PG 280 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)


author:
   Andrew C.

DatRecord.javaClass The dat record is used to store options for the chart. NOTE: This source is automatically generated please do not modify this file.
DBCellRecord.javaClass Title: DBCell Record Description: Used by Excel and other MS apps to quickly find rows in the sheets.

REFERENCE: PG 299/440 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)


author:
   Andrew C.

DefaultColWidthRecord.javaClass Title: Default Column Width Record

Description: Specifies the default width for columns that have no specific width set.

REFERENCE: PG 302 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)


author:
   Andrew C.

DefaultDataLabelTextPropertiesRecord.javaClass The default data label text properties record identifies the text characteristics of the preceeding text record. NOTE: This source is automatically generated please do not modify this file.
DefaultRowHeightRecord.javaClass Title: Default Row Height Record Description: Row height for rows with undefined or not explicitly defined heights. REFERENCE: PG 301 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)


author:
   Andrew C.

DeltaRecord.javaClass Title: Delta Record

Description: controls the accuracy of the calculations

REFERENCE: PG 303 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)


author:
   Andrew C.

DimensionsRecord.javaClass Title: Dimensions Record

Description: provides the minumum and maximum bounds of a sheet.

REFERENCE: PG 303 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)


author:
   Andrew C.

DrawingGroupRecord.javaClass
DrawingRecord.javaClass
DrawingRecordForBiffViewer.javaClass This is purely for the biff viewer.
DrawingSelectionRecord.javaClass
DSFRecord.javaClass Title: Double Stream Flag Record

Description: tells if this is a double stream file.

DVALRecord.javaClass Title: DVAL Record

Description: used in data validation ; This record is the list header of all data validation records in the current sheet.

DVRecord.javaClass Title: DV Record

Description: This record stores data validation settings and a list of cell ranges which contain these settings.

EmbeddedObjectRefSubRecord.javaClass A sub-record within the OBJ record which stores a reference to an object stored in a separate entry within the OLE2 compound file.
EndRecord.javaClass The end record defines the end of a block of records for a (Graphing) data object.
EndSubRecord.javaClass The end data record is used to denote the end of the subrecords. NOTE: This source is automatically generated please do not modify this file.
EOFRecord.javaClass End Of File record.

Description: Marks the end of records belonging to a particular object in the HSSF File

REFERENCE: PG 307 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)


author:
   Andrew C.

EscherAggregate.javaClass This class is used to aggregate the MSODRAWING and OBJ record combinations.
ExtendedFormatRecord.javaClass Title: Extended Format Record Description: Probably one of the more complex records.
ExternSheetRecord.javaClass Title: Extern Sheet

Description: A List of Inndexes to SupBook

REFERENCE:


author:
   Libin Roman (Vista Portal LDT.

ExternSheetSubRecord.javaClass Title: A sub Record for Extern Sheet

Description: Defines a named range within a workbook.

ExtSSTInfoSubRecord.javaClass Extended SST table info subrecord

contains the elements of "info" in the SST's array field


author:
   Andrew C.

ExtSSTRecord.javaClass Title: Extended Static String Table

Description: This record is used for a quick lookup into the SST record.

FilePassRecord.javaClass Title: File Pass Record

Description: Indicates that the record after this record are encrypted.

FileSharingRecord.javaClass Title: FileSharing

Description: stores the encrypted readonly for a workbook (write protect) REFERENCE: PG 314 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)


author:
   Andrew C.

FnGroupCountRecord.javaClass Title: Function Group Count Record

Description: Number of built in function groups in the current version of the Spreadsheet (probably only used on Windoze)

REFERENCE: PG 315 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)


author:
   Andrew C.

FontBasisRecord.javaClass The font basis record stores various font metrics. NOTE: This source is automatically generated please do not modify this file.
FontIndexRecord.javaClass The font index record indexes into the font table for the text record. NOTE: This source is automatically generated please do not modify this file.
FontRecord.javaClass 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)


author:
   Andrew C.

FooterRecord.javaClass Title: Footer Record

Description: Specifies the footer for a sheet

REFERENCE: PG 317 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)


author:
   Andrew C.

FormatRecord.javaClass Title: Format Record

Description: describes a number format -- those goofy strings like $(#,###)

REFERENCE: PG 317 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)


author:
   Andrew C.

FormulaRecord.javaClass Formula Record. REFERENCE: PG 317/444 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)


author:
   Andrew C.

FrameRecord.javaClass The frame record indicates whether there is a border around the displayed text of a chart. NOTE: This source is automatically generated please do not modify this file.
GridsetRecord.javaClass Title: Gridset Record.

Description: flag denoting whether the user specified that gridlines are used when printing.

REFERENCE: PG 320 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)


author:
   Andrew C.

GroupMarkerSubRecord.javaClass The group marker record is used as a position holder for groups.
GutsRecord.javaClass Title: Guts Record

Description: Row/column gutter sizes

REFERENCE: PG 320 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)


author:
   Andrew C.

HCenterRecord.javaClass Title: HCenter record

Description: whether to center between horizontal margins

REFERENCE: PG 320 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)


author:
   Andrew C.

HeaderRecord.javaClass Title: Header Record

Description: Specifies a header for a sheet

REFERENCE: PG 321 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)


author:
   Andrew C.

HideObjRecord.javaClass Title: Hide Object Record

Description: flag defines whether to hide placeholders and object

REFERENCE: PG 321 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)


author:
   Andrew C.

HorizontalPageBreakRecord.javaClass
IndexRecord.javaClass Title: Index Record

Description: Occurs right after BOF, tells you where the DBCELL records are for a sheet Important for locating cells

NOT USED IN THIS RELEASE REFERENCE: PG 323 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)


author:
   Andrew C.

InterfaceEndRecord.javaClass Title: Interface End Record

Description: Shows where the Interface Records end (MMS) (has no fields)

REFERENCE: PG 324 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)


author:
   Andrew C.

InterfaceHdrRecord.javaClass Title: Interface Header Record

Description: Defines the beginning of Interface records (MMS)

REFERENCE: PG 324 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)


author:
   Andrew C.

IterationRecord.javaClass Title: Iteration Record

Description: Tells whether to iterate over forumla calculations or not (if a formula is dependant upon another formula's result) (odd feature for something that can only have 32 elements in a formula!)

REFERENCE: PG 325 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)


author:
   Andrew C.

LabelRecord.javaClass Label Record - read only support for strings stored directly in the cell..
LabelSSTRecord.javaClass Title: Label SST Record

Description: Refers to a string in the shared string table and is a column value.

LeftMarginRecord.javaClass Record for the left margin.
LegendRecord.javaClass Defines a legend for a chart. NOTE: This source is automatically generated please do not modify this file.
LineFormatRecord.javaClass Describes a line format record.
LinkedDataFormulaField.javaClass Not implemented yet.
LinkedDataRecord.javaClass Describes a linked data record.
Margin.javaInterface The margin interface is a parent used to define left, right, top and bottom margins.
MergeCellsRecord.javaClass Title: Merged Cells Record
Description: Optional record defining a square area of cells to "merged" into one cell.
MMSRecord.javaClass Title: MMS Record

Description: defines how many add menu and del menu options are stored in the file.

MulBlankRecord.javaClass Title: Mulitple Blank cell record

Description: Represents a set of columns in a row with no value but with styling. In this release we have read-only support for this record type. The RecordFactory converts this to a set of BlankRecord objects.

REFERENCE: PG 329 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)


author:
   Andrew C.

MulRKRecord.javaClass Used to store multiple RK numbers on a row.
NameRecord.javaClass Title: Name Record (aka Named Range)

Description: Defines a named range within a workbook.

NoteRecord.javaClass
NoteStructureSubRecord.javaClass Represents a NoteStructure (0xD) sub record.

The docs say nothing about it.

NumberFormatIndexRecord.javaClass The number format index record indexes format table.
NumberRecord.javaClass Contains a numeric cell value.
ObjectLinkRecord.javaClass Links text to an object on the chart or identifies it as the title. NOTE: This source is automatically generated please do not modify this file.
ObjectProtectRecord.javaClass Title: Object Protect Record

Description: Protect embedded object with the lamest "security" ever invented.

ObjRecord.javaClass The obj record is used to hold various graphic objects and controls.
PageBreakRecord.javaClass
PaletteRecord.javaClass PaletteRecord - Supports custom palettes.
author:
   Andrew C.
PaneRecord.javaClass Describes the frozen and unfozen panes. NOTE: This source is automatically generated please do not modify this file.
PasswordRecord.javaClass Title: Password Record

Description: stores the encrypted password for a sheet or workbook (HSSF doesn't support encryption) REFERENCE: PG 371 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)


author:
   Andrew C.

PasswordRev4Record.javaClass Title: Protection Revision 4 password Record

Description: Stores the (2 byte??!!) encrypted password for a shared workbook

REFERENCE: PG 374 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)


author:
   Andrew C.

PlotAreaRecord.javaClass preceeds and identifies a frame as belonging to the plot area. NOTE: This source is automatically generated please do not modify this file.
PlotGrowthRecord.javaClass The plot growth record specifies the scaling factors used when a font is scaled. NOTE: This source is automatically generated please do not modify this file.
PrecisionRecord.javaClass Title: Precision Record

Description: defines whether to store with full precision or what's displayed by the gui (meaning have really screwed up and skewed figures or only think you do!)

REFERENCE: PG 372 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)


author:
   Andrew C.

PrintGridlinesRecord.javaClass Title: Print Gridlines Record

Description: whether to print the gridlines when you enjoy you spreadsheet on paper.

REFERENCE: PG 373 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)


author:
   Andrew C.

PrintHeadersRecord.javaClass Title: Print Headers Record

Description: Whether or not to print the row/column headers when you enjoy your spreadsheet in the physical form.

REFERENCE: PG 373 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)


author:
   Andrew C.

PrintSetupRecord.javaClass 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)


author:
   Andrew C.

ProtectionRev4Record.javaClass Title: Protection Revision 4 Record

Description: describes whether this is a protected shared/tracked workbook

( HSSF does not support encryption because we don't feel like going to jail )

REFERENCE: PG 373 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)


author:
   Andrew C.

ProtectRecord.javaClass Title: Protect Record

Description: defines whether a sheet or workbook is protected (HSSF DOES NOT SUPPORT ENCRYPTION)

(kindly ask the US government to stop having arcane stupid encryption laws and we'll support it)

(after all terrorists will all use US-legal encrypton right??)

HSSF now supports the simple "protected" sheets (where they are not encrypted and open office et al ignore the password record entirely). REFERENCE: PG 373 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)


author:
   Andrew C.

RecalcIdRecord.javaClass Title: Recalc Id Record

Description: This record contains an ID that marks when a worksheet was last recalculated.

Record.javaClass Title: Record Description: All HSSF Records inherit from this class.
RecordFactory.javaClass Title: Record Factory

Description: Takes a stream and outputs an array of Record objects.

org.apache.poi.hssf.eventmodel.EventRecordFactory
See Also:   org.apache.poi.hssf.eventmodel.EventRecordFactory
author:
   Andrew C.

RecordFormatException.javaClass
RecordInputStream.javaClass
RecordProcessor.javaClass Process a single record.
RefModeRecord.javaClass Title: RefMode Record

Description: Describes which reference mode to use

REFERENCE: PG 376 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)


author:
   Andrew C.

RefreshAllRecord.javaClass Title: Refresh All Record

Description: Flag whether to refresh all external data when loading a sheet. (which hssf doesn't support anyhow so who really cares?)

REFERENCE: PG 376 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)


author:
   Andrew C.

RightMarginRecord.javaClass Record for the right margin.
RKRecord.javaClass Title: RK Record Description: An internal 32 bit number with the two most significant bits storing the type.
RowRecord.javaClass Title: Row Record

Description: stores the row information for the sheet.

SaveRecalcRecord.javaClass Title: Save Recalc Record

Description: defines whether to recalculate before saving (set to true)

REFERENCE: PG 381 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)


author:
   Andrew C.

ScenarioProtectRecord.javaClass Title: Scenario Protect Record

Description: I have no idea what a Scenario is or why on would want to protect it with the lamest "security" ever invented.

SCLRecord.javaClass Specifies the window's zoom magnification.
SelectionRecord.javaClass Title: Selection Record

Description: shows the user's selection on the sheet for write set num refs to 0

TODO : Fully implement reference subrecords. REFERENCE: PG 291 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)


author:
   Andrew C.

SeriesChartGroupIndexRecord.javaClass The series chart group index record stores the index to the CHARTFORMAT record (0 based). NOTE: This source is automatically generated please do not modify this file.
SeriesIndexRecord.javaClass links a series to its position in the series list. NOTE: This source is automatically generated please do not modify this file.
SeriesLabelsRecord.javaClass The series label record defines the type of label associated with the data format record. NOTE: This source is automatically generated please do not modify this file.
SeriesListRecord.javaClass The series list record defines the series displayed as an overlay to the main chart record. NOTE: This source is automatically generated please do not modify this file.
SeriesRecord.javaClass The series record describes the overall data for a series. NOTE: This source is automatically generated please do not modify this file.
SeriesTextRecord.javaClass Defines a series name NOTE: This source is automatically generated please do not modify this file.
SeriesToChartGroupRecord.javaClass Indicates the chart-group index for a series.
SharedFormulaRecord.javaClass Title: SharedFormulaRecord Description: Primarily used as an excel optimization so that multiple similar formulas are not written out too many times.
SheetPropertiesRecord.javaClass Describes a chart sheet properties record. NOTE: This source is automatically generated please do not modify this file.
SSTDeserializer.javaClass Handles the task of deserializing a SST string.
SSTRecord.javaClass Title: Static String Table Record

Description: This holds all the strings for LabelSSTRecords.

REFERENCE: PG 389 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)


author:
   Andrew C.

SSTRecordHeader.javaClass Write out an SST header record.
SSTRecordSizeCalculator.javaClass Used to calculate the record sizes for a particular record.
SSTSerializer.javaClass This class handles serialization of SST records.
StringRecord.javaClass Supports the STRING record structure.
StyleRecord.javaClass Title: Style Record

Description: Describes a builtin to the gui or user defined style

REFERENCE: PG 390 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)


author:
   Andrew C.

SubRecord.javaClass Subrecords are part of the OBJ class.
SupBookRecord.javaClass Title: Sup Book

Description: A Extrenal Workbook Deciption (Sup Book) Its only a dummy record for making new ExternSheet Record

REFERENCE:


author:
   Libin Roman (Vista Portal LDT.

TabIdRecord.javaClass Title: Sheet Tab Index Array Record

Description: Contains an array of sheet id's.

TestAreaFormatRecord.javaClass Tests the serialization and deserialization of the AreaFormatRecord class works correctly.
TestAreaRecord.javaClass Tests the serialization and deserialization of the AreaRecord class works correctly.
TestAxisLineFormatRecord.javaClass Tests the serialization and deserialization of the AxisLineFormatRecord class works correctly.
TestAxisOptionsRecord.javaClass Tests the serialization and deserialization of the AxisOptionsRecord class works correctly.
TestAxisParentRecord.javaClass Tests the serialization and deserialization of the AxisParentRecord class works correctly.
TestAxisRecord.javaClass Tests the serialization and deserialization of the AxisRecord class works correctly.
TestAxisUsedRecord.javaClass Tests the serialization and deserialization of the AxisUsedRecord class works correctly.
TestBarRecord.javaClass Tests the serialization and deserialization of the BarRecord class works correctly.
TestBOFRecord.javaClass
TestBoundSheetRecord.javaClass Tests BoundSheetRecord.
TestcaseRecordInputStream.javaClass A Record Input Stream derivative that makes access to byte arrays used in the test cases work a bit easier.
TestCategorySeriesAxisRecord.javaClass Tests the serialization and deserialization of the CategorySeriesAxisRecord class works correctly.
TestChartRecord.javaClass Tests the serialization and deserialization of the ChartRecord class works correctly.
TestChartTitleFormatRecord.javaClass
TestCommonObjectDataSubRecord.javaClass Tests the serialization and deserialization of the CommonObjectDataSubRecord class works correctly.
TestDataFormatRecord.javaClass Tests the serialization and deserialization of the DataFormatRecord class works correctly.
TestDatRecord.javaClass Tests the serialization and deserialization of the DatRecord class works correctly.
TestDefaultDataLabelTextPropertiesRecord.javaClass Tests the serialization and deserialization of the DefaultDataLabelTextPropertiesRecord class works correctly.
TestDrawingGroupRecord.javaClass
TestEmbeddedObjectRefSubRecord.javaClass Tests the serialization and deserialization of the TestEmbeddedObjectRefSubRecord class works correctly.
TestEndSubRecord.javaClass Tests the serialization and deserialization of the EndSubRecord class works correctly.
TestEscherAggregate.javaClass Tests the EscherAggregate class.
TestFontBasisRecord.javaClass Tests the serialization and deserialization of the FontBasisRecord class works correctly.
TestFontIndexRecord.javaClass Tests the serialization and deserialization of the FontIndexRecord class works correctly.
TestFormulaRecord.javaClass Tests the serialization and deserialization of the FormulaRecord class works correctly.
TestFrameRecord.javaClass Tests the serialization and deserialization of the FrameRecord class works correctly.
TestLegendRecord.javaClass Tests the serialization and deserialization of the LegendRecord class works correctly.
TestLineFormatRecord.javaClass Tests the serialization and deserialization of the LineFormatRecord class works correctly.
TestLinkedDataRecord.javaClass Tests the serialization and deserialization of the LinkedDataRecord class works correctly.
TestMergeCellsRecord.javaClass
TestNameRecord.javaClass
TestNoteRecord.javaClass Tests the serialization and deserialization of the NoteRecord class works correctly.
TestNoteStructureSubRecord.javaClass Tests the serialization and deserialization of the NoteRecord class works correctly.
TestNumberFormatIndexRecord.javaClass Tests the serialization and deserialization of the NumberFormatIndexRecord class works correctly.
TestObjectLinkRecord.javaClass Tests the serialization and deserialization of the ObjectLinkRecord class works correctly.
TestObjRecord.javaClass Tests the serialization and deserialization of the ObjRecord class works correctly.
TestPaletteRecord.javaClass
TestPaneRecord.javaClass Tests the serialization and deserialization of the PaneRecord class works correctly.
TestPlotAreaRecord.javaClass Tests the serialization and deserialization of the PlotAreaRecord class works correctly.
TestPlotGrowthRecord.javaClass Tests the serialization and deserialization of the PlotGrowthRecord class works correctly.
TestRecordFactory.javaClass Tests the record factory
author:
   Glen Stampoultzis (glens at apache.org)
author:
   Andrew C.
TestSCLRecord.javaClass Tests the serialization and deserialization of the SCLRecord class works correctly.
TestSeriesChartGroupIndexRecord.javaClass Tests the serialization and deserialization of the SeriesChartGroupIndexRecord class works correctly.
TestSeriesIndexRecord.javaClass Tests the serialization and deserialization of the SeriesIndexRecord class works correctly.
TestSeriesLabelsRecord.javaClass Tests the serialization and deserialization of the SeriesLabelsRecord class works correctly.
TestSeriesListRecord.javaClass Tests the serialization and deserialization of the SeriesListRecord class works correctly.
TestSeriesRecord.javaClass Tests the serialization and deserialization of the SeriesRecord class works correctly.
TestSeriesTextRecord.javaClass Tests the serialization and deserialization of the SeriesTextRecord class works correctly.
TestSeriesToChartGroupRecord.javaClass Tests the serialization and deserialization of the SeriesToChartGroupRecord class works correctly.
TestSheetPropertiesRecord.javaClass Tests the serialization and deserialization of the SheetPropertiesRecord class works correctly.
TestSSTDeserializer.javaClass Exercise the SSTDeserializer class.
TestSSTRecord.javaClass
TestSSTRecordSizeCalculator.javaClass Tests that records size calculates correctly.
TestStringRecord.javaClass Tests the serialization and deserialization of the StringRecord class works correctly.
TestSubRecord.javaClass Tests Subrecord components of an OBJ record.
TestSupBookRecord.javaClass Tests the serialization and deserialization of the SupBook record class works correctly.
TestTextObjectBaseRecord.javaClass Tests the serialization and deserialization of the TextObjectBaseRecord class works correctly.
TestTextObjectRecord.javaClass Tests that serialization and deserialization of the TextObjectRecord .
TestTextRecord.javaClass Tests the serialization and deserialization of the TextRecord class works correctly.
TestTickRecord.javaClass Tests the serialization and deserialization of the TickRecord class works correctly.
TestUnicodeNameRecord.javaClass
TestUnicodeString.javaClass Tests that records size calculates correctly.
TestUnitsRecord.javaClass Tests the serialization and deserialization of the UnitsRecord class works correctly.
TestValueRangeRecord.javaClass Tests the serialization and deserialization of the ValueRangeRecord class works correctly.
TextObjectBaseRecord.javaClass The TXO record is used to define the properties of a text box.
TextObjectRecord.javaClass
TextRecord.javaClass The text record is used to define text stored on a chart. NOTE: This source is automatically generated please do not modify this file.
TickRecord.javaClass The Tick record defines how tick marks and label positioning/formatting NOTE: This source is automatically generated please do not modify this file.
TopMarginRecord.javaClass Record for the top margin.
UnicodeString.javaClass Title: Unicode String

Description: Unicode String record.

UnitsRecord.javaClass The units record describes units. NOTE: This source is automatically generated please do not modify this file.
UnknownRecord.javaClass Title: Unknown Record (for debugging)

Description: Unknown record just tells you the sid so you can figure out what records you are missing.

UseSelFSRecord.javaClass Title: Use Natural Language Formulas Flag

Description: Tells the GUI if this was written by something that can use "natural language" formulas.

ValueRangeRecord.javaClass The value range record defines the range of the value axis. NOTE: This source is automatically generated please do not modify this file.
VCenterRecord.javaClass Title: VCenter record

Description: tells whether to center the sheet between vertical margins

REFERENCE: PG 420 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)


author:
   Andrew C.

VerticalPageBreakRecord.javaClass
WindowOneRecord.javaClass Title: Window1 Record

Description: Stores the attributes of the workbook window.

WindowProtectRecord.javaClass Title: Window Protect Record

Description: flags whether workbook windows are protected

REFERENCE: PG 424 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)


author:
   Andrew C.

WindowTwoRecord.javaClass Title: Window Two Record

Description: sheet window settings

REFERENCE: PG 422 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)


author:
   Andrew C.

WriteAccessRecord.javaClass Title: Write Access Record

Description: Stores the username of that who owns the spreadsheet generator (on unix the user's login, on Windoze its the name you typed when you installed the thing)

REFERENCE: PG 424 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)


author:
   Andrew C.

WriteProtectRecord.javaClass Title: Write Protect Record

Description: Indicated that the sheet/workbook is write protected.

WSBoolRecord.javaClass Title: WSBool Record.

Description: stores workbook settings (aka its a big "everything we didn't put somewhere else")

REFERENCE: PG 425 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)


author:
   Andrew C.

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.