|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.hpbf.model.HPBFPart org.apache.poi.hpbf.model.EscherPart
public abstract class EscherPart
Parent class of all Escher parts
Field Summary |
---|
Fields inherited from class org.apache.poi.hpbf.model.HPBFPart |
---|
data |
Constructor Summary | |
---|---|
EscherPart(DirectoryNode baseDir,
java.lang.String[] parts)
Creates the Escher Part, and finds our child escher records |
Method Summary | |
---|---|
protected void |
generateData()
Serialises our Escher children back into bytes. |
EscherRecord[] |
getEscherRecords()
|
Methods inherited from class org.apache.poi.hpbf.model.HPBFPart |
---|
getData, getPath, writeOut |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EscherPart(DirectoryNode baseDir, java.lang.String[] parts) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public EscherRecord[] getEscherRecords()
protected void generateData()
generateData
in class HPBFPart
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |