Connector — Aspose.Slides FOSS C++ API Reference

Connector — Represents a connector shape that links two shapes.

Package: Aspose::Slides


Properties

PropertyTypeAccessDescription
GeometryShapeGeometryShapeRead
ShapeShapeRead

Methods

MethodReturnsDescription
GeometryShape()GeometryShape
Shape()Shape
Shape()Shape
reroute()voidReroutes the connector based on connected shapes and site indices.
get_c_nv_cxn_sp_pr()pugi::xml_nodeFind the p:cNvCxnSpPr element in the connector XML.
ensure_c_nv_cxn_sp_pr()pugi::xml_nodeGet or create the p:cNvCxnSpPr element.
get_connection_point()std::pair<double, double>Returns (x, y) in points for a connection site on a shape.

See Also