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
Generates escher records when provided the byte array containing those records.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.poi.ddf.DefaultEscherRecordFactory
createRecord
-
Constructor Details
-
HSLFEscherRecordFactory
public HSLFEscherRecordFactory()Creates an instance of the escher record factory
-