tags:

views:

11

answers:

0

I am using Apache POI to create simple org charts in Powerpoint. I want to create connectors between the elements (rectangles) of the chart. I can create an AutoShape that is of type ShapeTypes.BentConnector3, which is what I want to use to connect them, but I can find no way to attach this connector to my rectangle AutoShapes.

Can anyone point me to the class/method I should be looking at for this? Or give some example code for creating this type of connection?