Uses of Interface
org.apache.poi.sl.usermodel.GroupShape
Packages that use GroupShape
Package
Description
-
Uses of GroupShape in org.apache.poi.hslf.usermodel
Classes in org.apache.poi.hslf.usermodel that implement GroupShapeModifier and TypeClassDescriptionclass
Represents a group of shapes.final class
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 GroupShapeModifier and TypeMethodDescriptionprotected GroupShape
<?, ?> DrawGroupShape.getShape()
GroupShape
<?, ?> SLGraphics.getShapeGroup()
Methods in org.apache.poi.sl.draw with parameters of type GroupShapeConstructors in org.apache.poi.sl.draw with parameters of type GroupShapeModifierConstructorDescriptionDrawGroupShape
(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 GroupShapeModifier and TypeMethodDescriptionGroupShape
<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 GroupShapeModifier and TypeClassDescriptionclass
Represents a group shape that consists of many shapes grouped together.