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