Package org.apache.poi.hwpf.model
Class EscherRecordHolder
java.lang.Object
org.apache.poi.hwpf.model.EscherRecordHolder
Based on AbstractEscherRecordHolder from HSSF.
- Author:
- Squeeself
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindFirstWithId
(short id) Descends into all our children, returning the first EscherRecord with the given id, or null if none foundList
<? extends EscherContainerRecord> List
<? extends EscherContainerRecord> List
<? extends EscherContainerRecord> If we have a EscherContainerRecord as one of our children (and most top level escher holders do), then return that.List
<? extends EscherContainerRecord> List
<? extends EscherContainerRecord> toString()
-
Constructor Details
-
EscherRecordHolder
public EscherRecordHolder() -
EscherRecordHolder
public EscherRecordHolder(byte[] data, int offset, int size)
-
-
Method Details
-
getEscherRecords
-
toString
-
getEscherContainer
If we have a EscherContainerRecord as one of our children (and most top level escher holders do), then return that. -
findFirstWithId
Descends into all our children, returning the first EscherRecord with the given id, or null if none found -
getDgContainers
-
getDggContainers
-
getBStoreContainers
-
getSpgrContainers
-
getSpContainers
-