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
public abstract class EscherPart extends HPBFPart
Parent class of all Escher parts
-
-
Constructor Summary
Constructors Constructor Description EscherPart(DirectoryNode baseDir, java.lang.String[] parts)
Creates the Escher Part, and finds our child escher records
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EscherRecord[]
getEscherRecords()
-
-
-
Constructor Detail
-
EscherPart
public EscherPart(DirectoryNode baseDir, java.lang.String[] parts) throws java.io.IOException
Creates the Escher Part, and finds our child escher records- Throws:
java.io.IOException
-
-
Method Detail
-
getEscherRecords
public EscherRecord[] getEscherRecords()
-
-