Uses of Interface
org.apache.poi.ss.usermodel.Shape
-
Packages that use Shape Package Description org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet modelorg.apache.poi.ss.extractor org.apache.poi.ss.usermodel -
-
Uses of Shape in org.apache.poi.hssf.usermodel
Classes in org.apache.poi.hssf.usermodel that implement Shape 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
HSSFShape
An abstract shape.class
HSSFShapeGroup
A shape group may contain other shapes.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 Shape in org.apache.poi.ss.extractor
Methods in org.apache.poi.ss.extractor that return Shape Modifier and Type Method Description Shape
EmbeddedData. getShape()
Methods in org.apache.poi.ss.extractor with parameters of type Shape Modifier and Type Method Description void
EmbeddedData. setShape(Shape shape)
Sets the shape which links to the embedded object -
Uses of Shape in org.apache.poi.ss.usermodel
Classes in org.apache.poi.ss.usermodel with type parameters of type Shape Modifier and Type Interface Description interface
Drawing<T extends Shape>
High level representation of spreadsheet drawing.interface
ShapeContainer<T extends Shape>
A common interface for shape groups.Subinterfaces of Shape in org.apache.poi.ss.usermodel Modifier and Type Interface Description interface
ObjectData
Common interface for OLE shapes, i.e.interface
Picture
Repersents a picture in a SpreadsheetML documentinterface
SimpleShape
A common interface for simple shapes.Methods in org.apache.poi.ss.usermodel that return Shape Modifier and Type Method Description Shape
Shape. getParent()
-