Uses of Class
org.apache.poi.hslf.usermodel.HSLFGroupShape
-
Packages that use HSLFGroupShape Package Description org.apache.poi.hslf.model org.apache.poi.hslf.usermodel -
-
Uses of HSLFGroupShape in org.apache.poi.hslf.model
Constructors in org.apache.poi.hslf.model with parameters of type HSLFGroupShape Constructor Description PPGraphics2D(HSLFGroupShape group)
Deprecated.Construct Java Graphics object which translates graphic calls in ppt drawing layer. -
Uses of HSLFGroupShape in org.apache.poi.hslf.usermodel
Subclasses of HSLFGroupShape in org.apache.poi.hslf.usermodel Modifier and Type Class Description class
HSLFTable
Represents a table in a PowerPoint presentationMethods in org.apache.poi.hslf.usermodel that return HSLFGroupShape Modifier and Type Method Description HSLFGroupShape
HSLFGroupShape. createGroup()
HSLFGroupShape
HSLFShapeContainer. createGroup()
HSLFGroupShape
HSLFSheet. createGroup()
static HSLFGroupShape
HSLFShapeFactory. createShapeGroup(EscherContainerRecord spContainer, ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
-