|
OpenOffice.org XMerge API |
||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
PocketExcelBiffConstants | Interface that defines the hex codes for the BIFF Records |
Class Summary | |
BeginningOfFile | This class describes the beginning of file. |
BIFFRecord | |
BlankCell | Represents a BIFF Record that describes a blank cell |
BoolErrCell | Represents a BIFF Record that describes a Boolean or Error value |
BoundSheet | Represents a BoundSheet Record which describes the name of a worksheet |
CodePage | Represents the codepage for the document. |
ColInfo | ColInfo describes the formatting for a column |
DefColWidth | Represents a BIFF record defiuning the defualt column width |
DefinedName | Represents a BIFF Record representing a defined name in the workbook |
DefRowHeight | Represents a BIFF record defiuning the default row height |
Eof | Represents a BIFF Record used to mark the end of a section of file |
ExtendedFormat | Represents a BIFF Record descibing extended formatting information |
FloatNumber | Represents a BIFF Record describing a floating point |
FontDescription | Represents a BIFF Record descibing a font used |
Formula | Represents a BIFF Record describing a formula |
LabelCell | Reperesent a BIFF Record descibing a cell containing a string |
NumberFormat | Represents a BIFF Record describing a number format |
Pane | Represents a BIFF Record that describes the number and position of unfrozen panes. |
Row | Represents s BIFF Record that describes the format of a column |
Selection | Represents a BIFF Record that describes the selected area of a worksheet |
StringValue | Represents a BIFF Record that describes the value of a formula that evaluates to a string |
Window1 | Represents a BIFF REcord that describes workbook window attributes |
Window2 | Represents a BIFF Record that describes worksheet window attributes |
This package contains the objects that represent BIFF Records for the pocket excel format. Each one implements the BIFF Record abstract class which contains three basic functions (read, write and getBiffType). BIFF Records which are not used do not contain setter's or getter's for their member variables as some records have a large number of variables. It should be up to the implementer which attributes get set and which get set to default values.
The information for the BIFF records was obtained from the Chicago webpage on sourceforge.
|
OpenOffice.org XMerge API |
||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |