@Internal public final class EscherRecordHolder extends java.lang.Object
| Constructor and Description | 
|---|
EscherRecordHolder()  | 
EscherRecordHolder(byte[] data,
                  int offset,
                  int size)  | 
| Modifier and Type | Method and Description | 
|---|---|
EscherRecord | 
findFirstWithId(short id)
Descends into all our children, returning the
  first EscherRecord with the given id, or null
  if none found 
 | 
java.util.List<? extends EscherContainerRecord> | 
getBStoreContainers()  | 
java.util.List<? extends EscherContainerRecord> | 
getDgContainers()  | 
java.util.List<? extends EscherContainerRecord> | 
getDggContainers()  | 
EscherContainerRecord | 
getEscherContainer()
If we have a EscherContainerRecord as one of our
  children (and most top level escher holders do),
  then return that. 
 | 
java.util.List<EscherRecord> | 
getEscherRecords()  | 
java.util.List<? extends EscherContainerRecord> | 
getSpContainers()  | 
java.util.List<? extends EscherContainerRecord> | 
getSpgrContainers()  | 
java.lang.String | 
toString()  | 
public EscherRecordHolder()
public EscherRecordHolder(byte[] data,
                          int offset,
                          int size)
public java.util.List<EscherRecord> getEscherRecords()
public java.lang.String toString()
toString in class java.lang.Objectpublic EscherContainerRecord getEscherContainer()
public EscherRecord findFirstWithId(short id)
public java.util.List<? extends EscherContainerRecord> getDgContainers()
public java.util.List<? extends EscherContainerRecord> getDggContainers()
public java.util.List<? extends EscherContainerRecord> getBStoreContainers()
public java.util.List<? extends EscherContainerRecord> getSpgrContainers()
public java.util.List<? extends EscherContainerRecord> getSpContainers()
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.