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

(Global Index)

[ DEPRECATED ]

Syntax

enum Arrangement;

Description

With this enumeration you can arrange the relative position of an object within the other objects.

Values Summary

FRONT Move this object in front of all other objects.

MORE_FRONT Move this object one object more to the front.

MORE_BACK Move this object one object more to the back.

BACK Move this object behind all other objects.

Values Details



FRONT

Syntax

FRONT,

Description

Move this object in front of all other objects.


MORE_FRONT

Syntax

MORE_FRONT,

Description

Move this object one object more to the front.


MORE_BACK

Syntax

MORE_BACK,

Description

Move this object one object more to the back.


BACK

Syntax

BACK,

Description

Move this object behind all other objects.

Top of Page