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

(Global Index)

Syntax

enum TextAnimationKind;

Description

This enumeration specifies the type of animation for a text.

Values Summary

NONE Don't animate this text.

BLINK Let this text switch its state from visibile to nonvisible continuously.

SCROLL Let this text scroll.

ALTERNATE Scroll the text from one side to the other and back.

SLIDE Scroll the text from one side to the final position and stop there.

Values Details



NONE

Syntax

NONE,

Description

Don't animate this text.


BLINK

Syntax

BLINK,

Description

Let this text switch its state from visibile to nonvisible continuously.


SCROLL

Syntax

SCROLL,

Description

Let this text scroll.


ALTERNATE

Syntax

ALTERNATE,

Description

Scroll the text from one side to the other and back.


SLIDE

Syntax

SLIDE,

Description

Scroll the text from one side to the final position and stop there.

Top of Page