Uses of Class
org.apache.poi.xssf.usermodel.XSSFShape
-
Packages that use XSSFShape Package Description org.apache.poi.xssf.eventusermodel org.apache.poi.xssf.streaming org.apache.poi.xssf.usermodel -
-
Uses of XSSFShape in org.apache.poi.xssf.eventusermodel
Methods in org.apache.poi.xssf.eventusermodel that return types with arguments of type XSSFShape Modifier and Type Method Description List<XSSFShape>XSSFReader.SheetIterator. getShapes()Returns the shapes associated with this sheet, an empty list or null if there is an exception -
Uses of XSSFShape in org.apache.poi.xssf.streaming
Methods in org.apache.poi.xssf.streaming that return types with arguments of type XSSFShape Modifier and Type Method Description Iterator<XSSFShape>SXSSFDrawing. iterator()Spliterator<XSSFShape>SXSSFDrawing. spliterator() -
Uses of XSSFShape in org.apache.poi.xssf.usermodel
Subclasses of XSSFShape in org.apache.poi.xssf.usermodel Modifier and Type Class Description classXSSFConnectorA connection shape drawing element.classXSSFGraphicFrameRepresents DrawingML GraphicalObjectFrame.classXSSFObjectDataRepresents binary object (i.e.classXSSFPictureRepresents a picture shape in a SpreadsheetML drawing.classXSSFShapeGroupThis object specifies a group shape that represents many shapes grouped together.classXSSFSimpleShapeRepresents a shape with a predefined geometry in a SpreadsheetML drawing.classXSSFTextBoxRepresents a text box in a SpreadsheetML drawing.Methods in org.apache.poi.xssf.usermodel that return types with arguments of type XSSFShape Modifier and Type Method Description List<XSSFShape>XSSFDrawing. getShapes()List<XSSFShape>XSSFDrawing. getShapes(XSSFShapeGroup groupshape)Iterator<XSSFShape>XSSFDrawing. iterator()Iterator<XSSFShape>XSSFShapeGroup. iterator()Spliterator<XSSFShape>XSSFDrawing. spliterator()Spliterator<XSSFShape>XSSFShapeGroup. spliterator()
-