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

deprecated enum Arrangement
Usage Restrictions
deprecated
Description
With this enumeration you can arrange the relative position of an object within the other objects.

Values
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
FRONT,
Description
Move this object in front of all other objects.
MORE_FRONT
MORE_FRONT,
Description
Move this object one object more to the front.
MORE_BACK
MORE_BACK,
Description
Move this object one object more to the back.
BACK
BACK,
Description
Move this object behind all other objects.
Top of Page