Package org.apache.poi.hpbf.model
Class EscherPart
java.lang.Object
org.apache.poi.hpbf.model.HPBFPart
org.apache.poi.hpbf.model.EscherPart
- Direct Known Subclasses:
EscherDelayStm,EscherStm
Parent class of all Escher parts
-
Constructor Summary
ConstructorsConstructorDescriptionEscherPart(DirectoryNode baseDir, String[] parts) Creates the Escher Part, and finds our child escher records -
Method Summary
-
Constructor Details
-
EscherPart
Creates the Escher Part, and finds our child escher records- Throws:
IOException
-
-
Method Details
-
setMaxRecordLength
public static void setMaxRecordLength(int length) - Parameters:
length- the max record length allowed for EscherPart
-
getMaxRecordLength
public static int getMaxRecordLength()- Returns:
- the max record length allowed for EscherPart
-
getEscherRecords
-