Top   Module   Use   Manual   Index 

com :: sun :: star :: style ::

enum GraphicLocation


Description
These enumeration values are used to specify the location of a graphic object within its surroundings.


Values

NONE
Description
This value specifies that a location is not yet assigned.
LEFT_TOP
Description
The graphic is located in the top left corner.
MIDDLE_TOP
Description
The graphic is located in the middle of the top edge.
RIGHT_TOP
Description
The graphic is located in the top right corner.
LEFT_MIDDLE
Description
The graphic is located in the middle of the left edge.
MIDDLE_MIDDLE
Description
The graphic is located at the center of the surrounding object.
RIGHT_MIDDLE
Description
The graphic is located in the middle of the right edge.
LEFT_BOTTOM
Description
The graphic is located in the bottom left corner.
MIDDLE_BOTTOM
Description
The graphic is located in the middle of the bottom edge.
RIGHT_BOTTOM
Description
The graphic is located in the bottom right corner.
AREA
Description
The graphic is scaled to fill the whole surrounding area.
TILED
Description
The graphic is repeatedly spread over the surrounding object like tiles.
Top of Page