Uses of Interface
org.apache.poi.hssf.usermodel.HSSFShapeContainer
-
Packages that use HSSFShapeContainer Package Description org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet model -
-
Uses of HSSFShapeContainer in org.apache.poi.hssf.usermodel
Classes in org.apache.poi.hssf.usermodel that implement HSSFShapeContainer Modifier and Type Class Description class
HSSFPatriarch
The patriarch is the toplevel container for shapes in a sheet.class
HSSFShapeGroup
A shape group may contain other shapes.Methods in org.apache.poi.hssf.usermodel with parameters of type HSSFShapeContainer Modifier and Type Method Description static void
HSSFShapeFactory. createShapeTree(EscherContainerRecord container, EscherAggregate agg, HSSFShapeContainer out, DirectoryNode root)
build shape tree from escher container
-