Uses of Interface
org.apache.poi.sl.usermodel.GroupShape

Packages that use GroupShape
org.apache.poi.hslf.usermodel   
org.apache.poi.sl.draw   
org.apache.poi.sl.usermodel   
org.apache.poi.xslf.usermodel   
 

Uses of GroupShape in org.apache.poi.hslf.usermodel
 

Classes in org.apache.poi.hslf.usermodel that implement GroupShape
 class HSLFGroupShape
          Represents a group of shapes.
 class HSLFTable
          Represents a table in a PowerPoint presentation
 

Uses of GroupShape in org.apache.poi.sl.draw
 

Methods in org.apache.poi.sl.draw that return GroupShape
protected  GroupShape<?,?> DrawGroupShape.getShape()
           
 GroupShape<?,?> SLGraphics.getShapeGroup()
           
 

Methods in org.apache.poi.sl.draw with parameters of type GroupShape
 DrawGroupShape DrawFactory.getDrawable(GroupShape<?,?> shape)
           
 

Constructors in org.apache.poi.sl.draw with parameters of type GroupShape
DrawGroupShape(GroupShape<?,?> shape)
           
SLGraphics(GroupShape<?,?> group)
          Construct Java Graphics object which translates graphic calls in ppt drawing layer.
 

Uses of GroupShape in org.apache.poi.sl.usermodel
 

Methods in org.apache.poi.sl.usermodel that return GroupShape
 GroupShape<S,P> ShapeContainer.createGroup()
          create a group of shapes belonging to this container
 

Uses of GroupShape in org.apache.poi.xslf.usermodel
 

Classes in org.apache.poi.xslf.usermodel that implement GroupShape
 class XSLFGroupShape
          Represents a group shape that consists of many shapes grouped together.
 



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