AutoShape

Overview

AutoShape is a class in Aspose.Slides FOSS for C++.

Represents an AutoShape.

Properties

NameTypeAccessDescription
TextFrameTextFrameReadProperty provides access to the shape’s TextFrame object
GeometryShapeGeometryShapeReadReturns the GeometryShape defining this AutoShape’s geometry

Methods

SignatureDescription
TextFrame()TextFrameProperty provides access to the shape’s TextFrame object
TextFrame()TextFrame
GeometryShape()GeometryShapeReturns 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.

See Also