Uses of Class
org.apache.poi.hssf.usermodel.HSSFSimpleShape
Packages that use HSSFSimpleShape
Package
Description
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
-
Uses of HSSFSimpleShape in org.apache.poi.hssf.usermodel
Subclasses of HSSFSimpleShape in org.apache.poi.hssf.usermodelModifier and TypeClassDescriptionclass
class
Represents a cell comment - a sticky note associated with a cell.final class
Represents binary object (i.e.class
Represents a escher picture.class
class
A textbox is a shape that may hold a rich text string.Methods in org.apache.poi.hssf.usermodel that return HSSFSimpleShapeModifier and TypeMethodDescriptionHSSFShapeGroup.createShape
(HSSFChildAnchor anchor) Create a new simple shape under this group.HSSFPatriarch.createSimpleShape
(HSSFClientAnchor anchor) Creates a simple shape.