Package | Description |
---|---|
org.apache.poi.hslf.model | |
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 |
Polygon
A simple closed polygon shape
|
Modifier and Type | Class and Description |
---|---|
class |
HSLFAutoShape
Represents an AutoShape.
|
class |
HSLFFreeformShape
A "Freeform" shape.
|
class |
HSLFLine
Represents a line in a PowerPoint drawing
|
class |
HSLFPlaceholder
Represents a Placeholder in PowerPoint.
|
class |
HSLFTableCell
Represents a cell in a ppt table
|
class |
HSLFTextBox
Represents a TextFrame shape in PowerPoint.
|
Constructor and Description |
---|
DrawAutoShape(AutoShape<?,?> shape) |
Modifier and Type | Interface and Description |
---|---|
interface |
FreeformShape<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>> |
interface |
Line<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>
Interface for Lines ...
|
interface |
TextBox<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>
Represents a TextFrame shape in PowerPoint.
|
Modifier and Type | Method and Description |
---|---|
AutoShape<S,P> |
ShapeContainer.createAutoShape()
create a new shape with a predefined geometry and add it to this shape container
|
Modifier and Type | Class and Description |
---|---|
class |
XSLFAutoShape
Represents a shape with a preset geometry.
|
class |
XSLFFreeformShape
Represents a custom geometric shape.
|
class |
XSLFTextBox |
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.