Uses of Class
loci.poi.hssf.usermodel.HSSFShapeGroup
-
Packages that use HSSFShapeGroup Package Description loci.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model -
-
Uses of HSSFShapeGroup in loci.poi.hssf.usermodel
Methods in loci.poi.hssf.usermodel that return HSSFShapeGroup Modifier and Type Method Description HSSFShapeGroup
HSSFPatriarch. createGroup(HSSFClientAnchor anchor)
Creates a new group record stored under this patriarch.HSSFShapeGroup
HSSFShapeGroup. createGroup(HSSFChildAnchor anchor)
Create another group under this group.Constructors in loci.poi.hssf.usermodel with parameters of type HSSFShapeGroup Constructor Description EscherGraphics(HSSFShapeGroup escherGroup, HSSFWorkbook workbook, Color forecolor, float verticalPointsPerPixel)
Construct an escher graphics object.
-