:: com :: sun :: star :: drawing ::

enum ConnectorType
Description
The ConnectorType specifies the appearance of a connector.

Values
STANDARD the connector is drawn with three lines, with the middle line perpendicular to the other two  
CURVE the ConnectorShape is drawn as a curve  
LINE the ConnectorShape is drawn as a straight line  
LINES the connector is drawn with three lines  
Values' Details
STANDARD
STANDARD,
Description
the connector is drawn with three lines, with the middle line perpendicular to the other two
CURVE
CURVE,
Description
the ConnectorShape is drawn as a curve
LINE
LINE,
Description
the ConnectorShape is drawn as a straight line
LINES
LINES,
Description
the connector is drawn with three lines
Top of Page