Save This Page
Home » poi-src-3.2-FINAL-20081019 » org.apache » poi » ddf » [javadoc | source]
org.apache.poi.ddf
public class: EscherContainerRecord [javadoc | source]
java.lang.Object
   org.apache.poi.ddf.EscherRecord
      org.apache.poi.ddf.EscherContainerRecord
Escher container records store other escher records as children. The container records themselves never store any information beyond the standard header used by all escher records. This one record is used to represent many different types of records.
Field Summary
public static final  short DGG_CONTAINER     
public static final  short BSTORE_CONTAINER     
public static final  short DG_CONTAINER     
public static final  short SPGR_CONTAINER     
public static final  short SP_CONTAINER     
public static final  short SOLVER_CONTAINER     
Method from org.apache.poi.ddf.EscherContainerRecord Summary:
addChildRecord,   display,   fillFields,   getChildById,   getChildContainers,   getChildRecords,   getRecordName,   getRecordSize,   hasChildOfType,   serialize,   setChildRecords,   toString,   toString
Methods from org.apache.poi.ddf.EscherRecord:
clone,   display,   fillFields,   fillFields,   getChild,   getChildRecords,   getInstance,   getOptions,   getRecordId,   getRecordName,   getRecordSize,   isContainerRecord,   readHeader,   serialize,   serialize,   serialize,   setChildRecords,   setOptions,   setRecordId
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.poi.ddf.EscherContainerRecord Detail:
 public  void addChildRecord(EscherRecord record) 
 public  void display(PrintWriter w,
    int indent) 
 public int fillFields(byte[] data,
    int offset,
    EscherRecordFactory recordFactory) 
 public EscherSpRecord getChildById(short recordId) 
 public List getChildContainers() 
    Returns all of our children which are also EscherContainers (may be 0, 1, or vary rarely 2 or 3)
 public List getChildRecords() 
    Returns a list of all the child (escher) records of the container.
 public String getRecordName() 
 public int getRecordSize() 
 public boolean hasChildOfType(short recordId) 
    Do any of our (top level) children have the given recordId?
 public int serialize(int offset,
    byte[] data,
    EscherSerializationListener listener) 
 public  void setChildRecords(List childRecords) 
 public String toString() 
 public String toString(String indent)