Uses of Class
org.apache.poi.hssf.record.RecordInputStream
-
Packages that use RecordInputStream Package Description org.apache.poi.hssf.record Record package contains class representations for XLS binary strutures.org.apache.poi.hssf.record.cf org.apache.poi.hssf.record.chart org.apache.poi.hssf.record.common org.apache.poi.hssf.record.cont org.apache.poi.hssf.record.pivottable org.apache.poi.ss.util -
-
Uses of RecordInputStream in org.apache.poi.hssf.record
Methods in org.apache.poi.hssf.record with parameters of type RecordInputStream Modifier and Type Method Description static Record
InterfaceEndRecord. create(RecordInputStream in)
static Record[]
RecordFactory. createRecord(RecordInputStream in)
create a record, if there are MUL records than multiple records are returned digested into the non-mul form.static Record
RecordFactory. createSingleRecord(RecordInputStream in)
protected void
CFHeaderBase. read(RecordInputStream in)
protected int
CFRuleBase. readFormatOptions(RecordInputStream in)
-
Uses of RecordInputStream in org.apache.poi.hssf.record.cf
Constructors in org.apache.poi.hssf.record.cf with parameters of type RecordInputStream Constructor Description FontFormatting(RecordInputStream in)
Creates new FontFormatting -
Uses of RecordInputStream in org.apache.poi.hssf.record.chart
-
Uses of RecordInputStream in org.apache.poi.hssf.record.common
Constructors in org.apache.poi.hssf.record.common with parameters of type RecordInputStream Constructor Description FeatFormulaErr2(RecordInputStream in)
FeatProtection(RecordInputStream in)
FeatSmartTag(RecordInputStream in)
FtrHeader(RecordInputStream in)
UnicodeString(RecordInputStream in)
construct a unicode string record and fill its fields, ID is ignored -
Uses of RecordInputStream in org.apache.poi.hssf.record.cont
Constructors in org.apache.poi.hssf.record.cont with parameters of type RecordInputStream Constructor Description ContinuableRecordInput(RecordInputStream in)
-
Uses of RecordInputStream in org.apache.poi.hssf.record.pivottable
Constructors in org.apache.poi.hssf.record.pivottable with parameters of type RecordInputStream Constructor Description DataItemRecord(RecordInputStream in)
ExtendedPivotTableViewFieldsRecord(RecordInputStream in)
PageItemRecord(RecordInputStream in)
StreamIDRecord(RecordInputStream in)
ViewDefinitionRecord(RecordInputStream in)
ViewFieldsRecord(RecordInputStream in)
ViewSourceRecord(RecordInputStream in)
-
Uses of RecordInputStream in org.apache.poi.ss.util
Constructors in org.apache.poi.ss.util with parameters of type RecordInputStream Constructor Description CellRangeAddress(RecordInputStream in)
CellRangeAddressList(RecordInputStream in)
-