| java.lang.Object org.apache.poi.ddf.EscherRecord org.apache.poi.ddf.EscherContainerRecord
EscherContainerRecord | public class EscherContainerRecord extends EscherRecord (Code) | | 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.
author: Glen Stampoultzis |
BSTORE_CONTAINER | final public static short BSTORE_CONTAINER(Code) | | |
DGG_CONTAINER | final public static short DGG_CONTAINER(Code) | | |
DG_CONTAINER | final public static short DG_CONTAINER(Code) | | |
SOLVER_CONTAINER | final public static short SOLVER_CONTAINER(Code) | | |
SPGR_CONTAINER | final public static short SPGR_CONTAINER(Code) | | |
SP_CONTAINER | final public static short SP_CONTAINER(Code) | | |
getChildRecords | public List getChildRecords()(Code) | | |
getRecordSize | public int getRecordSize()(Code) | | |
setChildRecords | public void setChildRecords(List childRecords)(Code) | | |
|
|