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 classHSSFChartShapeRepresents a escher chart.classHSSFComboboxclassHSSFCommentRepresents a cell comment - a sticky note associated with a cell.classHSSFObjectDataRepresents binary object (i.e.classHSSFPictureRepresents an escher picture.classHSSFPolygonclassHSSFShapeAn abstract shape.classHSSFShapeGroupA shape group may contain other shapes.classHSSFSimpleShapeRepresents a simple shape such as a line, rectangle or oval.classHSSFTextboxA 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 ShapeEmbeddedData. getShape()Methods in org.apache.poi.ss.extractor with parameters of type Shape Modifier and Type Method Description voidEmbeddedData. 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 interfaceDrawing<T extends Shape>High level representation of spreadsheet drawing.interfaceShapeContainer<T extends Shape>A common interface for shape groups.Subinterfaces of Shape in org.apache.poi.ss.usermodel Modifier and Type Interface Description interfaceObjectDataCommon interface for OLE shapes, i.e.interfacePictureRepersents a picture in a SpreadsheetML documentinterfaceSimpleShapeA common interface for simple shapes.Methods in org.apache.poi.ss.usermodel that return Shape Modifier and Type Method Description ShapeShape. getParent()
-