Uses of Class
org.apache.poi.xssf.usermodel.XSSFShape

Packages that use XSSFShape
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
 java.util.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
 java.util.Iterator<XSSFShape> SXSSFDrawing.iterator()
           
 

Uses of XSSFShape in org.apache.poi.xssf.usermodel
 

Subclasses of XSSFShape in org.apache.poi.xssf.usermodel
 class XSSFConnector
          A connection shape drawing element.
 class XSSFGraphicFrame
          Represents DrawingML GraphicalObjectFrame.
 class XSSFObjectData
          Represents binary object (i.e.
 class XSSFPicture
          Represents a picture shape in a SpreadsheetML drawing.
 class XSSFShapeGroup
          This object specifies a group shape that represents many shapes grouped together.
 class XSSFSimpleShape
          Represents a shape with a predefined geometry in a SpreadsheetML drawing.
 class XSSFTextBox
          Represents a text box in a SpreadsheetML drawing.
 

Methods in org.apache.poi.xssf.usermodel that return types with arguments of type XSSFShape
 java.util.List<XSSFShape> XSSFDrawing.getShapes()
           
 java.util.List<XSSFShape> XSSFDrawing.getShapes(XSSFShapeGroup groupshape)
           
 java.util.Iterator<XSSFShape> XSSFDrawing.iterator()
           
 java.util.Iterator<XSSFShape> XSSFShapeGroup.iterator()
           
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.