ShapeFactory — Aspose.Slides FOSS Java API Reference
Overview
ShapeFactory factory for creating the correct shape type from OOXML elements. Browse the properties and methods in the tables below to understand the complete public API surface of this type. All members listed here are part of the stable public API and may be used in production code targeting the FOSS edition.
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. |