Uses of Class
org.apache.poi.hssf.usermodel.HSSFSimpleShape
-
Packages that use HSSFSimpleShape Package Description org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet model -
-
Uses of HSSFSimpleShape in org.apache.poi.hssf.usermodel
Subclasses of HSSFSimpleShape in org.apache.poi.hssf.usermodel Modifier and Type Class Description class
HSSFChartShape
Represents a escher chart.class
HSSFCombobox
class
HSSFComment
Represents a cell comment - a sticky note associated with a cell.class
HSSFObjectData
Represents binary object (i.e.class
HSSFPicture
Represents an escher picture.class
HSSFPolygon
class
HSSFTextbox
A textbox is a shape that may hold a rich text string.Methods in org.apache.poi.hssf.usermodel that return HSSFSimpleShape Modifier and Type Method Description HSSFSimpleShape
HSSFShapeGroup. createShape(HSSFChildAnchor anchor)
Create a new simple shape under this group.HSSFSimpleShape
HSSFPatriarch. createSimpleShape(HSSFClientAnchor anchor)
Creates a simple shape.
-