Uses of Interface
org.apache.poi.sl.usermodel.GroupShape
-
Packages that use GroupShape Package Description 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 Modifier and Type Class Description 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 Modifier and Type Method Description protected GroupShape<?,?>
DrawGroupShape. getShape()
GroupShape<?,?>
SLGraphics. getShapeGroup()
Methods in org.apache.poi.sl.draw with parameters of type GroupShape Modifier and Type Method Description DrawGroupShape
DrawFactory. getDrawable(GroupShape<?,?> shape)
Constructors in org.apache.poi.sl.draw with parameters of type GroupShape Constructor Description 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 Modifier and Type Method Description 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 Modifier and Type Class Description class
XSLFGroupShape
Represents a group shape that consists of many shapes grouped together.
-