Uses of Interface
org.apache.poi.ss.usermodel.SimpleShape
Packages that use SimpleShape
Package
Description
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
-
Uses of SimpleShape in org.apache.poi.hssf.usermodel
Classes in org.apache.poi.hssf.usermodel that implement SimpleShapeModifier 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
Represents a simple shape such as a line, rectangle or oval.class
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 -
Uses of SimpleShape in org.apache.poi.xssf.usermodel
Classes in org.apache.poi.xssf.usermodel that implement SimpleShapeModifier and TypeClassDescriptionclass
Represents binary object (i.e.class
Represents a shape with a predefined geometry in a SpreadsheetML drawing.final class
Represents a text box in a SpreadsheetML drawing.