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

(Global Index)

Syntax

enum EscapeDirection;

Description

This enumeration defines the escape direction a connector takes on a glue point.

Values Summary

SMART

LEFT

RIGHT

UP

DOWN

HORIZONTAL

VERTICAL

Values Details



SMART

Syntax

SMART,

LEFT

Syntax

LEFT,

RIGHT

Syntax

RIGHT,

UP

Syntax

UP,

DOWN

Syntax

DOWN,

HORIZONTAL

Syntax

HORIZONTAL,

VERTICAL

Syntax

VERTICAL,
Top of Page