enum ConnectorType in module com::sun::star::drawing::

(Global Index)

Syntax

enum ConnectorType;

Description

The ConnectorType specifies the appearance of a connector.

Values Summary

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

Syntax

STANDARD,

Description

the connector is drawn with three lines, with the middle line perpendicular to the other two


CURVE

Syntax

CURVE,

Description

the ConnectorShape is drawn as a curve


LINE

Syntax

LINE,

Description

the ConnectorShape is drawn as a straight line


LINES

Syntax

LINES,

Description

the connector is drawn with three lines

Top of Page