Uses of Interface
org.apache.poi.ss.usermodel.SimpleShape
-
Packages that use SimpleShape Package Description org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet modelorg.apache.poi.ss.usermodel -
-
Uses of SimpleShape in org.apache.poi.hssf.usermodel
Classes in org.apache.poi.hssf.usermodel that implement SimpleShape 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
HSSFSimpleShape
Represents a simple shape such as a line, rectangle or oval.class
HSSFTextbox
A textbox is a shape that may hold a rich text string. -
Uses of SimpleShape in org.apache.poi.ss.usermodel
Subinterfaces of SimpleShape in org.apache.poi.ss.usermodel Modifier and Type Interface Description interface
ObjectData
Common interface for OLE shapes, i.e.
-