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

Packages that use XSSFShape
org.apache.poi.xssf.eventusermodel   
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.usermodel
 

Subclasses of XSSFShape in org.apache.poi.xssf.usermodel
 class XSSFConnector
          A connection shape drawing element.
 class XSSFGraphicFrame
          Represents DrawingML GraphicalObjectFrame.
 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()
           
 



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