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

(Global Index)

Syntax

enum TextAnimationDirection;

Description

This enumeration defines the movement direction of a scrolltext.

Values Summary

LEFT

RIGHT

UP

DOWN

Values Details



LEFT

Syntax

LEFT,

RIGHT

Syntax

RIGHT,

UP

Syntax

UP,

DOWN

Syntax

DOWN,
Top of Page