| 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  Pictureobject | 
| MovieShape(EscherContainerRecord escherRecord,
          ShapeContainer<HSLFShape,HSLFTextParagraph> parent)Create a  Pictureobject | 
| 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  | HSLFShapeContainerCommon 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> | PlaceableShape. getParent() | 
| ShapeContainer<S,P> | Shape. getParent() | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | XSLFShapeContainerCommon interface for shape containers, e.g. | 
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.