Package | Description |
---|---|
loci.poi.hssf.eventmodel | |
loci.poi.hssf.eventusermodel |
HSSF eventmodel Package provides an event-based API for reading HSSF files.
|
loci.poi.hssf.record |
Record package contains class representations for XLS binary strutures.
|
loci.poi.hssf.record.aggregates |
record aggregates are not real "records" but collections of records that act as a single record.
|
loci.poi.hssf.record.formula |
formula package contains binary PTG structures used in Formulas
|
Modifier and Type | Method and Description |
---|---|
static Record[] |
EventRecordFactory.createRecord(RecordInputStream in)
create a record, if there are MUL records than multiple records
are returned digested into the non-mul form.
|
Modifier and Type | Method and Description |
---|---|
protected short |
HSSFEventFactory.genericProcessEvents(HSSFRequest req,
RecordInputStream in)
Processes a DocumentInputStream into essentially Record events.
|
Modifier and Type | Method and Description |
---|---|
static Record[] |
RecordFactory.createRecord(RecordInputStream in)
Deprecated.
|
static Record |
SubRecord.createSubRecord(RecordInputStream in) |
int |
CustomField.fillField(RecordInputStream in)
Populates this fields data from the byte array passed in.
|
int |
LinkedDataFormulaField.fillField(RecordInputStream in) |
protected void |
HeaderRecord.fillFields(RecordInputStream in) |
protected void |
FooterRecord.fillFields(RecordInputStream in) |
protected void |
ValueRangeRecord.fillFields(RecordInputStream in) |
protected void |
ScenarioProtectRecord.fillFields(RecordInputStream in) |
protected void |
EndSubRecord.fillFields(RecordInputStream in) |
protected void |
RKRecord.fillFields(RecordInputStream in) |
protected void |
WriteAccessRecord.fillFields(RecordInputStream in) |
protected void |
IterationRecord.fillFields(RecordInputStream in) |
protected void |
DefaultColWidthRecord.fillFields(RecordInputStream in) |
protected void |
UseSelFSRecord.fillFields(RecordInputStream in) |
protected void |
FileSharingRecord.fillFields(RecordInputStream in) |
protected void |
CodepageRecord.fillFields(RecordInputStream in) |
protected void |
CalcModeRecord.fillFields(RecordInputStream in) |
protected void |
IndexRecord.fillFields(RecordInputStream in) |
protected void |
BookBoolRecord.fillFields(RecordInputStream in) |
protected void |
CalcCountRecord.fillFields(RecordInputStream in) |
protected void |
PaneRecord.fillFields(RecordInputStream in) |
protected void |
ObjectProtectRecord.fillFields(RecordInputStream in) |
protected void |
BeginRecord.fillFields(RecordInputStream in) |
protected void |
FormulaRecord.fillFields(RecordInputStream in) |
protected void |
BoolErrRecord.fillFields(RecordInputStream in) |
protected void |
WSBoolRecord.fillFields(RecordInputStream in) |
protected void |
WindowOneRecord.fillFields(RecordInputStream in) |
protected void |
WriteProtectRecord.fillFields(RecordInputStream in) |
protected void |
DimensionsRecord.fillFields(RecordInputStream in) |
protected void |
AxisRecord.fillFields(RecordInputStream in) |
protected void |
DSFRecord.fillFields(RecordInputStream in) |
protected void |
WindowTwoRecord.fillFields(RecordInputStream in) |
protected void |
ObjRecord.fillFields(RecordInputStream in) |
protected void |
BackupRecord.fillFields(RecordInputStream in) |
protected void |
PasswordRecord.fillFields(RecordInputStream in) |
protected void |
TickRecord.fillFields(RecordInputStream in) |
protected void |
SeriesTextRecord.fillFields(RecordInputStream in) |
protected void |
LeftMarginRecord.fillFields(RecordInputStream in) |
protected void |
MulRKRecord.fillFields(RecordInputStream in) |
protected void |
ProtectionRev4Record.fillFields(RecordInputStream in) |
protected void |
EOFRecord.fillFields(RecordInputStream in) |
protected void |
SeriesListRecord.fillFields(RecordInputStream in) |
protected void |
StyleRecord.fillFields(RecordInputStream in) |
protected void |
SSTRecord.fillFields(RecordInputStream in)
Fill the fields from the data
|
protected void |
RefreshAllRecord.fillFields(RecordInputStream in) |
protected void |
ExternSheetSubRecord.fillFields(RecordInputStream in) |
protected void |
AxisUsedRecord.fillFields(RecordInputStream in) |
protected void |
DeltaRecord.fillFields(RecordInputStream in) |
protected void |
InterfaceEndRecord.fillFields(RecordInputStream in) |
protected void |
AxisParentRecord.fillFields(RecordInputStream in) |
protected void |
PrintGridlinesRecord.fillFields(RecordInputStream in) |
protected void |
DrawingRecord.fillFields(RecordInputStream in) |
protected void |
VCenterRecord.fillFields(RecordInputStream in) |
protected void |
BoundSheetRecord.fillFields(RecordInputStream in)
UTF8:
sid + len + bof + flags + len(str) + unicode + str
2 + 2 + 4 + 2 + 1 + 1 + len(str)
UNICODE:
sid + len + bof + flags + len(str) + unicode + str
2 + 2 + 4 + 2 + 1 + 1 + 2 * len(str)
|
protected void |
PlotAreaRecord.fillFields(RecordInputStream in) |
protected void |
SeriesLabelsRecord.fillFields(RecordInputStream in) |
protected void |
NoteRecord.fillFields(RecordInputStream in)
Read the record data from the supplied
RecordInputStream |
protected void |
SeriesRecord.fillFields(RecordInputStream in) |
protected void |
ChartRecord.fillFields(RecordInputStream in) |
protected void |
BOFRecord.fillFields(RecordInputStream in) |
protected void |
ProtectRecord.fillFields(RecordInputStream in) |
protected void |
PrintHeadersRecord.fillFields(RecordInputStream in) |
protected void |
ExternSheetRecord.fillFields(RecordInputStream in)
called by the constructor, should set class level fields.
|
protected void |
MMSRecord.fillFields(RecordInputStream in) |
protected void |
CategorySeriesAxisRecord.fillFields(RecordInputStream in) |
protected void |
ExtSSTInfoSubRecord.fillFields(RecordInputStream in) |
protected void |
TopMarginRecord.fillFields(RecordInputStream in) |
protected void |
TextObjectBaseRecord.fillFields(RecordInputStream in) |
protected void |
GridsetRecord.fillFields(RecordInputStream in) |
protected void |
UnicodeString.fillFields(RecordInputStream in) |
protected void |
SheetPropertiesRecord.fillFields(RecordInputStream in) |
protected void |
AbstractEscherHolderRecord.fillFields(RecordInputStream in) |
protected void |
SeriesChartGroupIndexRecord.fillFields(RecordInputStream in) |
protected void |
FontIndexRecord.fillFields(RecordInputStream in) |
protected void |
MulBlankRecord.fillFields(RecordInputStream in) |
protected void |
SeriesToChartGroupRecord.fillFields(RecordInputStream in) |
protected void |
FrameRecord.fillFields(RecordInputStream in) |
protected void |
SupBookRecord.fillFields(RecordInputStream in) |
protected void |
LineFormatRecord.fillFields(RecordInputStream in) |
protected void |
FontBasisRecord.fillFields(RecordInputStream in) |
protected void |
BottomMarginRecord.fillFields(RecordInputStream in) |
protected void |
FontRecord.fillFields(RecordInputStream in) |
protected void |
SCLRecord.fillFields(RecordInputStream in) |
protected void |
GutsRecord.fillFields(RecordInputStream in) |
protected void |
RowRecord.fillFields(RecordInputStream in) |
protected void |
ContinueRecord.fillFields(RecordInputStream in)
Fill the fields.
|
protected void |
UnknownRecord.fillFields(RecordInputStream in)
called by the constructor, should set class level fields.
|
protected void |
TabIdRecord.fillFields(RecordInputStream in) |
protected void |
PrintSetupRecord.fillFields(RecordInputStream in) |
protected void |
SharedFormulaRecord.fillFields(RecordInputStream in)
Shared formulas are to treated like unknown records, and as a result d
|
protected abstract void |
Record.fillFields(RecordInputStream in)
called by the constructor, should set class level fields.
|
protected void |
DataFormatRecord.fillFields(RecordInputStream in) |
protected void |
InterfaceHdrRecord.fillFields(RecordInputStream in) |
protected void |
FilePassRecord.fillFields(RecordInputStream in) |
protected void |
PlotGrowthRecord.fillFields(RecordInputStream in) |
protected void |
RefModeRecord.fillFields(RecordInputStream in) |
protected void |
GroupMarkerSubRecord.fillFields(RecordInputStream in) |
protected void |
CountryRecord.fillFields(RecordInputStream in) |
protected void |
LinkedDataRecord.fillFields(RecordInputStream in) |
protected void |
BarRecord.fillFields(RecordInputStream in) |
protected void |
SaveRecalcRecord.fillFields(RecordInputStream in) |
protected void |
AxisOptionsRecord.fillFields(RecordInputStream in) |
protected void |
UnitsRecord.fillFields(RecordInputStream in) |
protected void |
ColumnInfoRecord.fillFields(RecordInputStream in) |
protected void |
ChartFormatRecord.fillFields(RecordInputStream in) |
protected void |
LabelRecord.fillFields(RecordInputStream in) |
protected void |
LabelSSTRecord.fillFields(RecordInputStream in) |
protected void |
TextRecord.fillFields(RecordInputStream in) |
protected void |
AreaFormatRecord.fillFields(RecordInputStream in) |
protected void |
DefaultRowHeightRecord.fillFields(RecordInputStream in) |
protected void |
NumberRecord.fillFields(RecordInputStream in) |
protected void |
ExtSSTRecord.fillFields(RecordInputStream in) |
protected void |
DatRecord.fillFields(RecordInputStream in) |
protected void |
BlankRecord.fillFields(RecordInputStream in) |
protected void |
DBCellRecord.fillFields(RecordInputStream in) |
protected void |
RecalcIdRecord.fillFields(RecordInputStream in) |
protected void |
NameRecord.fillFields(RecordInputStream in)
called by the constructor, should set class level fields.
|
protected void |
SeriesIndexRecord.fillFields(RecordInputStream in) |
protected void |
LegendRecord.fillFields(RecordInputStream in) |
protected void |
EndRecord.fillFields(RecordInputStream in) |
protected void |
FnGroupCountRecord.fillFields(RecordInputStream in) |
protected void |
RightMarginRecord.fillFields(RecordInputStream in) |
protected void |
CommonObjectDataSubRecord.fillFields(RecordInputStream in) |
protected void |
SelectionRecord.fillFields(RecordInputStream in) |
protected void |
EmbeddedObjectRefSubRecord.fillFields(RecordInputStream in) |
protected void |
PrecisionRecord.fillFields(RecordInputStream in) |
protected void |
NoteStructureSubRecord.fillFields(RecordInputStream in)
Read the record data from the supplied
RecordInputStream |
protected void |
MergeCellsRecord.fillFields(RecordInputStream in) |
protected void |
AreaRecord.fillFields(RecordInputStream in) |
protected void |
PasswordRev4Record.fillFields(RecordInputStream in) |
protected void |
FormatRecord.fillFields(RecordInputStream in) |
protected void |
DateWindow1904Record.fillFields(RecordInputStream in) |
protected void |
ExtendedFormatRecord.fillFields(RecordInputStream in) |
protected void |
NumberFormatIndexRecord.fillFields(RecordInputStream in) |
protected void |
WindowProtectRecord.fillFields(RecordInputStream in) |
protected void |
AxisLineFormatRecord.fillFields(RecordInputStream in) |
protected void |
StringRecord.fillFields(RecordInputStream in) |
protected void |
ObjectLinkRecord.fillFields(RecordInputStream in) |
protected void |
DefaultDataLabelTextPropertiesRecord.fillFields(RecordInputStream in) |
protected void |
HCenterRecord.fillFields(RecordInputStream in) |
protected void |
TextObjectRecord.fillFields(RecordInputStream in) |
protected void |
PageBreakRecord.fillFields(RecordInputStream in) |
protected void |
PaletteRecord.fillFields(RecordInputStream in) |
protected void |
HideObjRecord.fillFields(RecordInputStream in) |
Constructor and Description |
---|
AbstractEscherHolderRecord(RecordInputStream in)
Constructs a Bar record and sets its fields appropriately.
|
AreaFormatRecord(RecordInputStream in)
Constructs a AreaFormat record and sets its fields appropriately.
|
AreaRecord(RecordInputStream in)
Constructs a Area record and sets its fields appropriately.
|
AxisLineFormatRecord(RecordInputStream in)
Constructs a AxisLineFormat record and sets its fields appropriately.
|
AxisOptionsRecord(RecordInputStream in)
Constructs a AxisOptions record and sets its fields appropriately.
|
AxisParentRecord(RecordInputStream in)
Constructs a AxisParent record and sets its fields appropriately.
|
AxisRecord(RecordInputStream in)
Constructs a Axis record and sets its fields appropriately.
|
AxisUsedRecord(RecordInputStream in)
Constructs a AxisUsed record and sets its fields appropriately.
|
BackupRecord(RecordInputStream in)
Constructs a BackupRecord and sets its fields appropriately
|
BarRecord(RecordInputStream in)
Constructs a Bar record and sets its fields appropriately.
|
BeginRecord(RecordInputStream in)
Constructs a BeginRecord record and sets its fields appropriately.
|
BlankRecord(RecordInputStream in)
Constructs a BlankRecord and sets its fields appropriately
|
BOFRecord(RecordInputStream in)
Constructs a BOFRecord and sets its fields appropriately
|
BookBoolRecord(RecordInputStream in)
Constructs a BookBoolRecord and sets its fields appropriately
|
BoolErrRecord(RecordInputStream in)
Constructs a BoolErr record and sets its fields appropriately.
|
BottomMarginRecord(RecordInputStream in)
Constructs a BottomMargin record and sets its fields appropriately.
|
BoundSheetRecord(RecordInputStream in)
Constructs a BoundSheetRecord and sets its fields appropriately
|
CalcCountRecord(RecordInputStream in)
Constructs a CalcCountRecord and sets its fields appropriately
|
CalcModeRecord(RecordInputStream in)
Constructs a CalcModeRecord and sets its fields appropriately
|
CategorySeriesAxisRecord(RecordInputStream in)
Constructs a CategorySeriesAxis record and sets its fields appropriately.
|
ChartFormatRecord(RecordInputStream in)
Constructs a ChartFormatRecord record and sets its fields appropriately.
|
ChartRecord(RecordInputStream in)
Constructs a Chart record and sets its fields appropriately.
|
CodepageRecord(RecordInputStream in)
Constructs a CodepageRecord and sets its fields appropriately
|
ColumnInfoRecord(RecordInputStream in)
Constructs a ColumnInfo record and sets its fields appropriately
|
CommonObjectDataSubRecord(RecordInputStream in)
Constructs a CommonObjectData record and sets its fields appropriately.
|
ContinueRecord(RecordInputStream in)
Main constructor -- kinda dummy because we don't validate or fill fields
|
CountryRecord(RecordInputStream in)
Constructs a CountryRecord and sets its fields appropriately
|
DataFormatRecord(RecordInputStream in)
Constructs a DataFormat record and sets its fields appropriately.
|
DateWindow1904Record(RecordInputStream in)
Constructs a DateWindow1904 record and sets its fields appropriately.
|
DatRecord(RecordInputStream in)
Constructs a Dat record and sets its fields appropriately.
|
DBCellRecord(RecordInputStream in)
Constructs a DBCellRecord and sets its fields appropriately
|
DefaultColWidthRecord(RecordInputStream in)
Constructs a DefaultColumnWidth record and sets its fields appropriately.
|
DefaultDataLabelTextPropertiesRecord(RecordInputStream in)
Constructs a DefaultDataLabelTextProperties record and sets its fields appropriately.
|
DefaultRowHeightRecord(RecordInputStream in)
Constructs a DefaultRowHeight record and sets its fields appropriately.
|
DeltaRecord(RecordInputStream in)
Constructs a Delta record and sets its fields appropriately.
|
DimensionsRecord(RecordInputStream in)
Constructs a Dimensions record and sets its fields appropriately.
|
DrawingGroupRecord(RecordInputStream in) |
DrawingRecord(RecordInputStream in) |
DrawingRecordForBiffViewer(RecordInputStream in) |
DrawingSelectionRecord(RecordInputStream in) |
DSFRecord(RecordInputStream in)
Constructs a DBCellRecord and sets its fields appropriately.
|
EmbeddedObjectRefSubRecord(RecordInputStream in)
Constructs an EmbeddedObjectRef record and sets its fields appropriately.
|
EndRecord(RecordInputStream in)
Constructs a EndRecord record and sets its fields appropriately.
|
EndSubRecord(RecordInputStream in)
Constructs a End record and sets its fields appropriately.
|
EOFRecord(RecordInputStream in)
Constructs a EOFRecord record and sets its fields appropriately.
|
ExtendedFormatRecord(RecordInputStream in)
Constructs an ExtendedFormat record and sets its fields appropriately.
|
ExternSheetRecord(RecordInputStream in)
Constructs a Extern Sheet record and sets its fields appropriately.
|
ExternSheetSubRecord(RecordInputStream in)
Constructs a Extern Sheet Sub Record record and sets its fields appropriately.
|
ExtSSTInfoSubRecord(RecordInputStream in) |
ExtSSTRecord(RecordInputStream in)
Constructs a EOFRecord record and sets its fields appropriately.
|
FilePassRecord(RecordInputStream in)
Constructs a FILEPASS record and sets its fields appropriately.
|
FileSharingRecord(RecordInputStream in)
Constructs a FileSharing record and sets its fields appropriately.
|
FnGroupCountRecord(RecordInputStream in)
Constructs a FnGroupCount record and sets its fields appropriately.
|
FontBasisRecord(RecordInputStream in)
Constructs a FontBasis record and sets its fields appropriately.
|
FontIndexRecord(RecordInputStream in)
Constructs a FontIndex record and sets its fields appropriately.
|
FontRecord(RecordInputStream in)
Constructs a Font record and sets its fields appropriately.
|
FooterRecord(RecordInputStream in)
Constructs a FooterRecord record and sets its fields appropriately.
|
FormatRecord(RecordInputStream in)
Constructs a Format record and sets its fields appropriately.
|
FormulaRecord(RecordInputStream in)
Constructs a Formula record and sets its fields appropriately.
|
FrameRecord(RecordInputStream in)
Constructs a Frame record and sets its fields appropriately.
|
GridsetRecord(RecordInputStream in)
Constructs a GridSet record and sets its fields appropriately.
|
GroupMarkerSubRecord(RecordInputStream in)
Constructs a group marker record and sets its fields appropriately.
|
GutsRecord(RecordInputStream in)
Constructs a Guts record and sets its fields appropriately.
|
HCenterRecord(RecordInputStream in)
Constructs an HCenter record and sets its fields appropriately.
|
HeaderRecord(RecordInputStream in)
Constructs an Header record and sets its fields appropriately.
|
HideObjRecord(RecordInputStream in)
Constructs an HideObj record and sets its fields appropriately.
|
HorizontalPageBreakRecord(RecordInputStream in) |
IndexRecord(RecordInputStream in)
Constructs an Index record and sets its fields appropriately.
|
InterfaceEndRecord(RecordInputStream in)
Constructs an InterfaceEnd record and sets its fields appropriately.
|
InterfaceHdrRecord(RecordInputStream in)
Constructs an Codepage record and sets its fields appropriately.
|
IterationRecord(RecordInputStream in)
Constructs an Iteration record and sets its fields appropriately.
|
LabelRecord(RecordInputStream in)
Constructs an Label record and sets its fields appropriately.
|
LabelSSTRecord(RecordInputStream in)
Constructs an LabelSST record and sets its fields appropriately.
|
LeftMarginRecord(RecordInputStream in)
Constructs a LeftMargin record and sets its fields appropriately.
|
LegendRecord(RecordInputStream in)
Constructs a Legend record and sets its fields appropriately.
|
LineFormatRecord(RecordInputStream in)
Constructs a LineFormat record and sets its fields appropriately.
|
LinkedDataRecord(RecordInputStream in)
Constructs a LinkedData record and sets its fields appropriately.
|
MergeCellsRecord(RecordInputStream in)
Constructs a MergedCellsRecord and sets its fields appropriately
|
MMSRecord(RecordInputStream in)
Constructs a MMS record and sets its fields appropriately.
|
MulBlankRecord(RecordInputStream in)
Constructs a MulBlank record and sets its fields appropriately.
|
MulRKRecord(RecordInputStream in)
Constructs a MulRK record and sets its fields appropriately.
|
NameRecord(RecordInputStream in)
Constructs a Name record and sets its fields appropriately.
|
NoteRecord(RecordInputStream in)
Constructs a
NoteRecord and fills its fields
from the supplied RecordInputStream . |
NoteStructureSubRecord(RecordInputStream in)
Constructs a NoteStructureSubRecord and sets its fields appropriately.
|
NumberFormatIndexRecord(RecordInputStream in)
Constructs a NumberFormatIndex record and sets its fields appropriately.
|
NumberRecord(RecordInputStream in)
Constructs a Number record and sets its fields appropriately.
|
ObjectLinkRecord(RecordInputStream in)
Constructs a ObjectLink record and sets its fields appropriately.
|
ObjectProtectRecord(RecordInputStream in)
Constructs a Protect record and sets its fields appropriately.
|
ObjRecord(RecordInputStream in)
Constructs a OBJ record and sets its fields appropriately.
|
PageBreakRecord(RecordInputStream in) |
PaletteRecord(RecordInputStream in)
Constructs a PaletteRecord record and sets its fields appropriately.
|
PaneRecord(RecordInputStream in)
Constructs a Pane record and sets its fields appropriately.
|
PasswordRecord(RecordInputStream in)
Constructs a Password record and sets its fields appropriately.
|
PasswordRev4Record(RecordInputStream in)
Constructs a PasswordRev4 (PROT4REVPASS) record and sets its fields appropriately.
|
PlotAreaRecord(RecordInputStream in)
Constructs a PlotArea record and sets its fields appropriately.
|
PlotGrowthRecord(RecordInputStream in)
Constructs a PlotGrowth record and sets its fields appropriately.
|
PrecisionRecord(RecordInputStream in)
Constructs a Precision record and sets its fields appropriately.
|
PrintGridlinesRecord(RecordInputStream in)
Constructs a PrintGridlines record and sets its fields appropriately.
|
PrintHeadersRecord(RecordInputStream in)
Constructs a PrintHeaders record and sets its fields appropriately.
|
PrintSetupRecord(RecordInputStream in)
Constructs a PrintSetup (SETUP) record and sets its fields appropriately.
|
ProtectionRev4Record(RecordInputStream in)
Constructs a ProtectionRev4 record and sets its fields appropriately.
|
ProtectRecord(RecordInputStream in)
Constructs a Protect record and sets its fields appropriately.
|
RecalcIdRecord(RecordInputStream in)
Constructs a RECALCID record and sets its fields appropriately.
|
Record(RecordInputStream in)
Constructor Record
|
RefModeRecord(RecordInputStream in)
Constructs a RefMode record and sets its fields appropriately.
|
RefreshAllRecord(RecordInputStream in)
Constructs a RefreshAll record and sets its fields appropriately.
|
RightMarginRecord(RecordInputStream in)
Constructs a RightMargin record and sets its fields appropriately.
|
RKRecord(RecordInputStream in)
Constructs a RK record and sets its fields appropriately.
|
RowRecord(RecordInputStream in)
Constructs a Row record and sets its fields appropriately.
|
SaveRecalcRecord(RecordInputStream in)
Constructs an SaveRecalc record and sets its fields appropriately.
|
ScenarioProtectRecord(RecordInputStream in)
Constructs a Protect record and sets its fields appropriately.
|
SCLRecord(RecordInputStream in)
Constructs a SCL record and sets its fields appropriately.
|
SelectionRecord(RecordInputStream in)
Constructs a Selection record and sets its fields appropriately.
|
SeriesChartGroupIndexRecord(RecordInputStream in)
Constructs a SeriesChartGroupIndex record and sets its fields appropriately.
|
SeriesIndexRecord(RecordInputStream in)
Constructs a SeriesIndex record and sets its fields appropriately.
|
SeriesLabelsRecord(RecordInputStream in)
Constructs a SeriesLabels record and sets its fields appropriately.
|
SeriesListRecord(RecordInputStream in)
Constructs a SeriesList record and sets its fields appropriately.
|
SeriesRecord(RecordInputStream in)
Constructs a Series record and sets its fields appropriately.
|
SeriesTextRecord(RecordInputStream in)
Constructs a SeriesText record and sets its fields appropriately.
|
SeriesToChartGroupRecord(RecordInputStream in)
Constructs a SeriesToChartGroup record and sets its fields appropriately.
|
SharedFormulaRecord(RecordInputStream in) |
SheetPropertiesRecord(RecordInputStream in)
Constructs a SheetProperties record and sets its fields appropriately.
|
SSTRecord(RecordInputStream in)
Constructs an SST record and sets its fields appropriately.
|
StringRecord(RecordInputStream in)
Constructs a String record and sets its fields appropriately.
|
StyleRecord(RecordInputStream in)
Constructs a Style record and sets its fields appropriately.
|
SubRecord(RecordInputStream in) |
SupBookRecord(RecordInputStream in)
Constructs a Extern Sheet record and sets its fields appropriately.
|
TabIdRecord(RecordInputStream in)
Constructs a TabID record and sets its fields appropriately.
|
TextObjectBaseRecord(RecordInputStream in)
Constructs a TextObjectBase record and sets its fields appropriately.
|
TextObjectRecord(RecordInputStream in) |
TextRecord(RecordInputStream in)
Constructs a Text record and sets its fields appropriately.
|
TickRecord(RecordInputStream in)
Constructs a Tick record and sets its fields appropriately.
|
TopMarginRecord(RecordInputStream in)
Constructs a TopMargin record and sets its fields appropriately.
|
UnicodeString(RecordInputStream in)
construct a unicode string record and fill its fields, ID is ignored
|
UnitsRecord(RecordInputStream in)
Constructs a Units record and sets its fields appropriately.
|
UnknownRecord(RecordInputStream in)
construct an unknown record.
|
UseSelFSRecord(RecordInputStream in)
Constructs a UseSelFS record and sets its fields appropriately.
|
ValueRangeRecord(RecordInputStream in)
Constructs a ValueRange record and sets its fields appropriately.
|
VCenterRecord(RecordInputStream in)
Constructs a VCENTER record and sets its fields appropriately.
|
VerticalPageBreakRecord(RecordInputStream in) |
WindowOneRecord(RecordInputStream in)
Constructs a WindowOne record and sets its fields appropriately.
|
WindowProtectRecord(RecordInputStream in)
Constructs a WindowProtect record and sets its fields appropriately.
|
WindowTwoRecord(RecordInputStream in)
Constructs a WindowTwo record and sets its fields appropriately.
|
WriteAccessRecord(RecordInputStream in)
Constructs a WriteAccess record and sets its fields appropriately.
|
WriteProtectRecord(RecordInputStream in)
Constructs a WriteAccess record and sets its fields appropriately.
|
WSBoolRecord(RecordInputStream in)
Constructs a WSBool record and sets its fields appropriately.
|
Modifier and Type | Method and Description |
---|---|
protected void |
RowRecordsAggregate.fillFields(RecordInputStream in)
You never fill an aggregate
|
protected void |
FormulaRecordAggregate.fillFields(RecordInputStream in) |
protected void |
ColumnInfoRecordsAggregate.fillFields(RecordInputStream in)
You never fill an aggregate
|
protected void |
ValueRecordsAggregate.fillFields(RecordInputStream in)
You never fill an aggregate
|
Modifier and Type | Method and Description |
---|---|
static Stack |
Ptg.createParsedExpressionTokens(short size,
RecordInputStream in) |
static Ptg |
Ptg.createPtg(RecordInputStream in) |
void |
ArrayPtg.readTokenValues(RecordInputStream in)
Read in the actual token (array) values.
|
Copyright © 2014 Open Microscopy Environment