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

(Global Index)

Syntax

enum ConnectionType;

Description

the direction where the connection line leaves the connection point.

Values Summary

AUTO the connection point is chosen automatically,

LEFT the connection line leaves the connected object to the left,

TOP the connection line leaves the connected object from the top,

RIGHT the connection line leaves the connected object to the right,

BOTTOM the connection line leaves the connected object from the bottom,

SPECIAL not implemented, yet.

Values Details



AUTO

Syntax

AUTO,

Description

the connection point is chosen automatically,


LEFT

Syntax

LEFT,

Description

the connection line leaves the connected object to the left,


TOP

Syntax

TOP,

Description

the connection line leaves the connected object from the top,


RIGHT

Syntax

RIGHT,

Description

the connection line leaves the connected object to the right,


BOTTOM

Syntax

BOTTOM,

Description

the connection line leaves the connected object from the bottom,


SPECIAL

Syntax

SPECIAL,

Description

not implemented, yet.

Top of Page