Top   Module   Use   Manual   Index 

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

enum TextAnimationKind


Description
This enumeration specifies the type of animation for a text.


Values

NONE
Description
Don't animate this text.
BLINK
Description
Let this text switch its state from visibile to nonvisible continuously.
SCROLL
Description
Let this text scroll.
ALTERNATE
Description
Scroll the text from one side to the other and back.
SLIDE
Description
Scroll the text from one side to the final position and stop there.
Top of Page