Uses of Class
org.apache.poi.ddf.EscherContainerRecord
-
Packages that use EscherContainerRecord Package Description org.apache.poi.ddf This package contains classes for decoding the Microsoft Office Drawing format otherwise known as escher henceforth known in POI as the Dreadful Drawing Format.org.apache.poi.hssf.record Record package contains class representations for XLS binary strutures.org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet model -
-
Uses of EscherContainerRecord in org.apache.poi.ddf
Methods in org.apache.poi.ddf that return EscherContainerRecord Modifier and Type Method Description EscherContainerRecord
EscherContainerRecord. copy()
Methods in org.apache.poi.ddf that return types with arguments of type EscherContainerRecord Modifier and Type Method Description List<EscherContainerRecord>
EscherContainerRecord. getChildContainers()
Returns all of our children which are also EscherContainers (may be 0, 1, or vary rarely 2 or 3)Constructors in org.apache.poi.ddf with parameters of type EscherContainerRecord Constructor Description EscherContainerRecord(EscherContainerRecord other)
-
Uses of EscherContainerRecord in org.apache.poi.hssf.record
Methods in org.apache.poi.hssf.record that return EscherContainerRecord Modifier and Type Method Description EscherContainerRecord
AbstractEscherHolderRecord. getEscherContainer()
If we have a EscherContainerRecord as one of our children (and most top level escher holders do), then return that. -
Uses of EscherContainerRecord in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel that return EscherContainerRecord Modifier and Type Method Description protected EscherContainerRecord
HSSFCombobox. createSpContainer()
protected EscherContainerRecord
HSSFComment. createSpContainer()
protected EscherContainerRecord
HSSFObjectData. createSpContainer()
protected EscherContainerRecord
HSSFPicture. createSpContainer()
protected EscherContainerRecord
HSSFPolygon. createSpContainer()
Generates the shape records for this shape.protected abstract EscherContainerRecord
HSSFShape. createSpContainer()
protected EscherContainerRecord
HSSFShapeGroup. createSpContainer()
protected EscherContainerRecord
HSSFSimpleShape. createSpContainer()
protected EscherContainerRecord
HSSFTextbox. createSpContainer()
EscherContainerRecord
HSSFPatriarchHelper. getContainer(HSSFShape shape)
EscherContainerRecord
HSSFShape. getEscherContainer()
Methods in org.apache.poi.hssf.usermodel with parameters of type EscherContainerRecord Modifier and Type Method Description static HSSFAnchor
HSSFAnchor. createAnchorFromEscher(EscherContainerRecord container)
static void
HSSFShapeFactory. createShapeTree(EscherContainerRecord container, EscherAggregate agg, HSSFShapeContainer out, DirectoryNode root)
build shape tree from escher container
-