Connector — Aspose.Slides FOSS C++ API Reference
Connector — Represents a connector shape that links two shapes.
Package: Aspose::Slides
Properties
| Property | Type | Access | Description |
|---|---|---|---|
GeometryShape | GeometryShape | Read | |
Shape | Shape | Read |
Methods
| Method | Returns | Description |
|---|---|---|
GeometryShape() | GeometryShape | |
Shape() | Shape | |
Shape() | Shape | |
reroute() | void | Reroutes the connector based on connected shapes and site indices. |
get_c_nv_cxn_sp_pr() | pugi::xml_node | Find the p:cNvCxnSpPr element in the connector XML. |
ensure_c_nv_cxn_sp_pr() | pugi::xml_node | Get 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. |