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 THSSFRecordTypes.RecordConstructor. apply(RecordInputStream in)static RecordInterfaceEndRecord. 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 RecordRecordFactory. createSingleRecord(RecordInputStream in)protected voidCFHeaderBase. read(RecordInputStream in)protected intCFRuleBase. 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) -
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 BuiltInStyle(RecordInputStream in)FeatFormulaErr2(RecordInputStream in)FeatProtection(RecordInputStream in)FeatSmartTag(RecordInputStream in)FtrHeader(RecordInputStream in)LPWideString(RecordInputStream in)UnicodeString(RecordInputStream in)construct a unicode string record and fill its fields, ID is ignoredXFProp(RecordInputStream in)XFPropBorder(RecordInputStream in)XFPropColor(RecordInputStream in)XFPropGradient(RecordInputStream in)XFPropGradientStop(RecordInputStream in)XLUnicodeString(RecordInputStream in) -
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)
-