create a new ctworkbook with all values set to default
802. EscherContainerRecord dggContainer = _documentRecord.getPPDrawingGroup().getDggContainer();
809. dggContainer.addChildBefore(bstore, EscherOptRecord.RECORD_ID);
test that we get the same value as excel and , for
91. protected EscherContainerRecord _escherContainer;
144. EscherSpRecord spRecord = _escherContainer.getChildById(EscherSpRecord.RECORD_ID);
create and create a new stream @ param out the stream to be
200. EscherContainerRecord bstore = (EscherContainerRecord)Shape.getEscherChild(dggContainer, EscherContainerRecord.BSTORE_CONTAINER);
205. List lst = bstore.getChildRecords();
create a new ctworkbook with all values set to default
215. EscherContainerRecord spgr = null;
229. Iterator<EscherRecord> it = spgr.getChildIterator();
create a new ctworkbook with all values set to default
591. private void convertShapes( HSSFShapeContainer parent, EscherContainerRecord escherParent, Map shapeToObj )
621. escherParent.addChildRecord( shapeModel.getSpContainer() );
create a new ctworkbook with all values set to default
629. private void convertGroup( HSSFShapeGroup shape, EscherContainerRecord escherParent, Map shapeToObj )
696. escherParent.addChildRecord( spgrContainer );
create a new ctworkbook with all values set to default
253. EscherContainerRecord spgr = (EscherContainerRecord) Shape.getEscherChild(dgContainer, EscherContainerRecord.SPGR_CONTAINER);
254. spgr.addChildRecord(shape.getSpContainer());
create the batblocks
69. EscherContainerRecord r = new EscherContainerRecord();
70. r.setRecordId( recordId );
71. r.setOptions( options );
create a new ctworkbook with all values set to default
310. EscherContainerRecord spgr = null;
323. List<EscherRecord> lst = spgr.getChildRecords();
325. spgr.setChildRecords(lst);