connector

fnDrawShape connector(string connectorType, string startShape, string endShape, string styleName = "")

Constructs a connector shape.

Parameters

connectorTypeThe connector type (e.g. "standard", "lines", "curve").
startShapeThe draw:start-shape reference.
endShapeThe draw:end-shape reference.
styleNameOptional draw:style-name.

Returns

A DrawShape with DrawShapeKind.CONNECTOR.