Package | Description |
---|---|
org.apache.poi.hslf.model | |
org.apache.poi.hslf.usermodel | |
org.apache.poi.sl.usermodel | |
org.apache.poi.xslf.usermodel |
Constructor and Description |
---|
ActiveXShape(EscherContainerRecord escherRecord,
ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
Create a
Picture object |
MovieShape(EscherContainerRecord escherRecord,
ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
Create a
Picture object |
MovieShape(int movieIdx,
HSLFPictureData pictureData,
ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
Create a new
Picture |
Polygon(EscherContainerRecord escherRecord,
ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
Create a Polygon object and initialize it from the supplied Record container.
|
Polygon(ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
Create a new Polygon.
|
Modifier and Type | Interface and Description |
---|---|
interface |
HSLFShapeContainer
Common interface for shape containers, e.g.
|
Modifier and Type | Method and Description |
---|---|
ShapeContainer<HSLFShape,HSLFTextParagraph> |
HSLFShape.getParent() |
Modifier and Type | Method and Description |
---|---|
static HSLFShape |
HSLFShapeFactory.createShape(EscherContainerRecord spContainer,
ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
Create a new shape from the data provided.
|
static HSLFGroupShape |
HSLFShapeFactory.createShapeGroup(EscherContainerRecord spContainer,
ShapeContainer<HSLFShape,HSLFTextParagraph> parent) |
static HSLFShape |
HSLFShapeFactory.createSimpleShape(EscherContainerRecord spContainer,
ShapeContainer<HSLFShape,HSLFTextParagraph> parent) |
Modifier and Type | Interface and Description |
---|---|
interface |
GroupShape<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>> |
interface |
MasterSheet<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>> |
interface |
Notes<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>> |
interface |
Sheet<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>
Common parent of Slides, Notes and Masters
|
interface |
Slide<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>> |
Modifier and Type | Method and Description |
---|---|
ShapeContainer<S,P> |
Shape.getParent() |
ShapeContainer<S,P> |
PlaceableShape.getParent() |
Modifier and Type | Interface and Description |
---|---|
interface |
XSLFShapeContainer
Common interface for shape containers, e.g.
|
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.