org.apache.poi.hwpf.model
Class EscherRecordHolder
java.lang.Object
org.apache.poi.hwpf.model.EscherRecordHolder
public final class EscherRecordHolder
- extends java.lang.Object
Based on AbstractEscherRecordHolder from HSSF.
- Author:
- Squeeself
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
EscherRecordHolder
public EscherRecordHolder()
EscherRecordHolder
public EscherRecordHolder(byte[] data,
int offset,
int size)
getEscherRecords
public java.util.List getEscherRecords()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getEscherContainer
public org.apache.poi.ddf.EscherContainerRecord getEscherContainer()
- If we have a EscherContainerRecord as one of our
children (and most top level escher holders do),
then return that.
findFirstWithId
public org.apache.poi.ddf.EscherRecord findFirstWithId(short id)
- Descends into all our children, returning the
first EscherRecord with the given id, or null
if none found
getDgContainers
public java.util.List getDgContainers()
getDggContainers
public java.util.List getDggContainers()
getBStoreContainers
public java.util.List getBStoreContainers()
getSpgrContainers
public java.util.List getSpgrContainers()
getSpContainers
public java.util.List getSpContainers()