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.
|
class |
HSLFTextShape
A common superclass of all shapes that can hold text.
|
Modifier and Type | Method and Description |
---|---|
TextShape<?,? extends TextParagraph<?,?,? extends TextRun>> |
HSLFTextShape.getMetroShape()
Get alternative representation of text shape stored as metro blob escher property.
|
Modifier and Type | Method and Description |
---|---|
protected TextShape<?,? extends TextParagraph<?,?,? extends TextRun>> |
DrawTextShape.getShape() |
Modifier and Type | Method and Description |
---|---|
DrawTextShape |
DrawFactory.getDrawable(TextShape<?,?> shape) |
Constructor and Description |
---|
DrawTextShape(TextShape<?,?> shape) |
Modifier and Type | Interface and Description |
---|---|
interface |
AutoShape<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>> |
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 |
TableCell<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>> |
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 |
---|---|
TextShape<S,P> |
TextParagraph.getParentShape() |
Modifier and Type | Class and Description |
---|---|
class |
XSLFAutoShape
Represents a shape with a preset geometry.
|
class |
XSLFFreeformShape
Represents a custom geometric shape.
|
class |
XSLFTableCell
Represents a cell of a table in a .pptx presentation
|
class |
XSLFTextBox |
class |
XSLFTextShape
Represents a shape that can hold text.
|
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.