ShapeFactory — Aspose.Slides FOSS Java API Reference
ShapeFactory — Factory for creating the correct shape type from OOXML elements.
Package: org.aspose.slides.foss.internal.pptx
Methods
| Method | Returns | Description |
|---|---|---|
createShape(Element xmlElement, SlidePart slidePart, IBaseSlide parentSlide) | Optional<IShape> | Creates the appropriate shape object based on the XML element type. |
createGraphicalObject(Element xmlElement, SlidePart slidePart, IBaseSlide parentSlide) | Optional<IShape> | Creates the appropriate graphical object (Table, Chart, SmartArt) from a <p:graphicFrame> element. |