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

Packages that use XSSFShapeGroup
org.apache.poi.xssf.usermodel   
 

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

Fields in org.apache.poi.xssf.usermodel declared as XSSFShapeGroup
protected  XSSFShapeGroup XSSFShape.parent
          The parent shape, always not-null for shapes in groups
 

Methods in org.apache.poi.xssf.usermodel that return XSSFShapeGroup
 XSSFShapeGroup XSSFDrawing.createGroup(XSSFClientAnchor anchor)
          Creates a simple shape.
 XSSFShapeGroup XSSFShape.getParent()
          Gets the parent shape.
 



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