Package | Description |
---|---|
org.apache.poi.hslf.usermodel | |
org.apache.poi.sl.draw | |
org.apache.poi.sl.usermodel | |
org.apache.poi.xslf.usermodel |
Modifier and Type | Class and Description |
---|---|
class |
HSLFGroupShape
Represents a group of shapes.
|
class |
HSLFTable
Represents a table in a PowerPoint presentation
|
Modifier and Type | Method and Description |
---|---|
protected GroupShape<?,?> |
DrawGroupShape.getShape() |
GroupShape<?,?> |
SLGraphics.getShapeGroup() |
Modifier and Type | Method and Description |
---|---|
DrawGroupShape |
DrawFactory.getDrawable(GroupShape<?,?> shape) |
Constructor and Description |
---|
DrawGroupShape(GroupShape<?,?> shape) |
SLGraphics(GroupShape<?,?> group)
Construct Java Graphics object which translates graphic calls in ppt drawing layer.
|
Modifier and Type | Method and Description |
---|---|
GroupShape<S,P> |
ShapeContainer.createGroup()
create a group of shapes belonging to this container
|
Modifier and Type | Class and Description |
---|---|
class |
XSLFGroupShape
Represents a group shape that consists of many shapes grouped together.
|
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.