Uses of Class
org.apache.poi.ddf.EscherContainerRecord

Packages that use EscherContainerRecord
org.apache.poi.hssf.model Provides low level API structures for reading, writing, modifying XLS files. 
org.apache.poi.hssf.record Record package contains class representations for XLS binary strutures. 
 

Uses of EscherContainerRecord in org.apache.poi.hssf.model
 

Methods in org.apache.poi.hssf.model that return EscherContainerRecord
 EscherContainerRecord TextboxShape.getSpContainer()
           
 EscherContainerRecord SimpleFilledShape.getSpContainer()
           
 EscherContainerRecord PolygonShape.getSpContainer()
           
 EscherContainerRecord PictureShape.getSpContainer()
           
 EscherContainerRecord LineShape.getSpContainer()
           
 EscherContainerRecord ComboboxShape.getSpContainer()
           
abstract  EscherContainerRecord AbstractShape.getSpContainer()
           
 

Uses of EscherContainerRecord in org.apache.poi.hssf.record
 

Methods in org.apache.poi.hssf.record that return EscherContainerRecord
 EscherContainerRecord AbstractEscherHolderRecord.getEscherContainer()
          If we have a EscherContainerRecord as one of our children (and most top level escher holders do), then return that.