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 classHSSFChartShapeRepresents a escher chart.classHSSFComboboxclassHSSFCommentRepresents a cell comment - a sticky note associated with a cell.classHSSFObjectDataRepresents binary object (i.e.classHSSFPictureRepresents an escher picture.classHSSFPolygonclassHSSFTextboxA 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 HSSFSimpleShapeHSSFShapeGroup. createShape(HSSFChildAnchor anchor)Create a new simple shape under this group.HSSFSimpleShapeHSSFPatriarch. createSimpleShape(HSSFClientAnchor anchor)Creates a simple shape.
-