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

enum TextAnimationDirection
Description
This enumeration defines the movement direction of a scrolltext.

Values
LEFT
RIGHT
UP
DOWN
Values' Details
LEFT
LEFT,
RIGHT
RIGHT,
UP
UP,
DOWN
DOWN,
Top of Page