Hi,
I am trying to draw a number of connectors. Using slide.getShapes().addConnector() with, for example, ShapeTypeEx.BENT_CONNECTOR3, I can draw a connector which looks like so:
|_____
However, I also was to draw connectors that look like so:
_____
|
I can’t seem to do that with any of the existing BENT_CONNECTOR* types and I can’t see any kind of connector inverse type.
Have I missed something?
Thanks,
Aoife