Uses of Interface
org.apache.poi.ss.usermodel.Shape
Packages that use Shape
Package
Description
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
-
Uses of Shape in org.apache.poi.hssf.usermodel
Classes in org.apache.poi.hssf.usermodel that implement ShapeModifier 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
An abstract shape.class
A shape group may contain other shapes.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 Shape in org.apache.poi.ss.extractor
Methods in org.apache.poi.ss.extractor that return ShapeMethods in org.apache.poi.ss.extractor with parameters of type Shape -
Uses of Shape in org.apache.poi.ss.usermodel
Classes in org.apache.poi.ss.usermodel with type parameters of type ShapeModifier and TypeInterfaceDescriptioninterface
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.usermodelModifier and TypeInterfaceDescriptioninterface
Common interface for OLE shapes, i.e.interface
Repersents a picture in a SpreadsheetML documentinterface
A common interface for simple shapes.Methods in org.apache.poi.ss.usermodel that return Shape -
Uses of Shape in org.apache.poi.xssf.streaming
Classes in org.apache.poi.xssf.streaming that implement ShapeMethods in org.apache.poi.xssf.streaming that return Shape -
Uses of Shape in org.apache.poi.xssf.usermodel
Classes in org.apache.poi.xssf.usermodel that implement ShapeModifier and TypeClassDescriptionfinal class
A connection shape drawing element.final class
Represents DrawingML GraphicalObjectFrame.class
Represents binary object (i.e.final class
Represents a picture shape in a SpreadsheetML drawing.class
Represents a shape in a SpreadsheetML drawing.final class
This object specifies a group shape that represents many shapes grouped together.class
Represents a shape with a predefined geometry in a SpreadsheetML drawing.final class
Represents a text box in a SpreadsheetML drawing.