|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ShapeContainer | |
---|---|
org.apache.poi.hslf.model | |
org.apache.poi.hslf.usermodel | |
org.apache.poi.sl.usermodel | |
org.apache.poi.xslf.usermodel |
Uses of ShapeContainer in org.apache.poi.hslf.model |
---|
Constructors in org.apache.poi.hslf.model with parameters of type ShapeContainer | |
---|---|
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 |
|
OLEShape(EscherContainerRecord escherRecord,
ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
Create a OLEShape object |
|
OLEShape(HSLFPictureData data,
ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
Create a new OLEShape |
|
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. |
Uses of ShapeContainer in org.apache.poi.hslf.usermodel |
---|
Subinterfaces of ShapeContainer in org.apache.poi.hslf.usermodel | |
---|---|
interface |
HSLFShapeContainer
Common interface for shape containers, e.g. |
Methods in org.apache.poi.hslf.usermodel that return ShapeContainer | |
---|---|
ShapeContainer<HSLFShape,HSLFTextParagraph> |
HSLFShape.getParent()
|
Methods in org.apache.poi.hslf.usermodel with parameters of type ShapeContainer | |
---|---|
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)
|
Uses of ShapeContainer in org.apache.poi.sl.usermodel |
---|
Subinterfaces of ShapeContainer in org.apache.poi.sl.usermodel | |
---|---|
interface |
GroupShape<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>
|
interface |
MasterSheet<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>
|
interface |
Notes<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>
|
interface |
Sheet<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>
Common parent of Slides, Notes and Masters |
interface |
Slide<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>
|
Methods in org.apache.poi.sl.usermodel that return ShapeContainer | |
---|---|
ShapeContainer<S,P> |
PlaceableShape.getParent()
|
ShapeContainer<S,P> |
Shape.getParent()
|
Uses of ShapeContainer in org.apache.poi.xslf.usermodel |
---|
Subinterfaces of ShapeContainer in org.apache.poi.xslf.usermodel | |
---|---|
interface |
XSLFShapeContainer
Common interface for shape containers, e.g. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |