Uses of Interface
org.apache.poi.ss.usermodel.SimpleShape
-
Packages that use SimpleShape Package Description org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet modelorg.apache.poi.ss.usermodel org.apache.poi.xssf.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
HSSFCombobox
class
HSSFComment
Represents a cell comment - a sticky note associated with a cell.class
HSSFObjectData
Represents binary object (i.e.class
HSSFPicture
Represents a 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. -
Uses of SimpleShape in org.apache.poi.xssf.usermodel
Classes in org.apache.poi.xssf.usermodel that implement SimpleShape Modifier and Type Class Description class
XSSFObjectData
Represents binary object (i.e.class
XSSFSimpleShape
Represents a shape with a predefined geometry in a SpreadsheetML drawing.class
XSSFTextBox
Represents a text box in a SpreadsheetML drawing.
-