Package org.apache.poi.hslf.record
Class HSLFEscherRecordFactory
- java.lang.Object
-
- org.apache.poi.ddf.DefaultEscherRecordFactory
-
- org.apache.poi.hslf.record.HSLFEscherRecordFactory
-
- All Implemented Interfaces:
EscherRecordFactory
public class HSLFEscherRecordFactory extends DefaultEscherRecordFactory
Generates escher records when provided the byte array containing those records.- See Also:
EscherRecordFactory
-
-
Constructor Summary
Constructors Constructor Description HSLFEscherRecordFactory()Creates an instance of the escher record factory
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Supplier<? extends EscherRecord>getConstructor(short options, short recordId)-
Methods inherited from class org.apache.poi.ddf.DefaultEscherRecordFactory
createRecord
-
-
-
-
Method Detail
-
getConstructor
protected Supplier<? extends EscherRecord> getConstructor(short options, short recordId)
- Overrides:
getConstructorin classDefaultEscherRecordFactory
-
-