| Package | Description |
|---|---|
| org.apache.poi.sl.draw | |
| org.apache.poi.sl.usermodel |
| Modifier and Type | Method and Description |
|---|---|
protected SimpleShape<?,?> |
DrawSimpleShape.getShape() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SLGraphics.applyPaint(SimpleShape<?,?> shape) |
protected void |
SLGraphics.applyStroke(SimpleShape<?,?> shape) |
| Constructor and Description |
|---|
DrawSimpleShape(SimpleShape<?,?> shape) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AutoShape<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>> |
interface |
ConnectorShape<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 |
PictureShape<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>> |
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.
|
interface |
TextShape<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>> |
| Modifier and Type | Method and Description |
|---|---|
SimpleShape<S,P> |
MasterSheet.getPlaceholder(Placeholder type)
Return the placeholder shape for the specified type
|
SimpleShape<S,P> |
Shadow.getShadowParent() |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
Slide.getDisplayPlaceholder(SimpleShape<?,?> placeholderRefShape)
In XSLF, slidenumber and date shapes aren't marked as placeholders
whereas in HSLF they are activated via a HeadersFooter configuration.
|