AutoShape
Overview
AutoShape is a class in Aspose.Slides FOSS for C++.
Represents an AutoShape.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
TextFrame | TextFrame | Read | Property provides access to the shape’s TextFrame object |
GeometryShape | GeometryShape | Read | Returns the GeometryShape defining this AutoShape’s geometry |
Methods
| Signature | Description |
|---|---|
TextFrame() → TextFrame | Property provides access to the shape’s TextFrame object |
TextFrame() → TextFrame | |
GeometryShape() → GeometryShape | Returns the GeometryShape defining this AutoShape’s geometry |
GeometryShape() → GeometryShape | |
init_internal(xml_element: pugi::xml_node, slide_part: Internal::pptx::SlidePart, parent_slide: IBaseSlide) | Initializes the AutoShape from an XML element, including text frame detection. |