Uses of Class
org.apache.poi.hssf.usermodel.HSSFShapeGroup
-
Packages that use HSSFShapeGroup Package Description org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet model -
-
Uses of HSSFShapeGroup in org.apache.poi.hssf.usermodel
Methods in org.apache.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 org.apache.poi.hssf.usermodel with parameters of type HSSFShapeGroup Constructor Description EscherGraphics(HSSFShapeGroup escherGroup, HSSFWorkbook workbook, Color forecolor, float verticalPointsPerPixel)
Construct an escher graphics object.
-