Top   Module   Use   Manual   Index 

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

enum Arrangement


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


Values

FRONT
Description
Move this object in front of all other objects.
MORE_FRONT
Description
Move this object one object more to the front.
MORE_BACK
Description
Move this object one object more to the back.
BACK
Description
Move this object behind all other objects.
Top of Page