enum GraphicLocation in module com::sun::star::style::

(Global Index)

Syntax

enum GraphicLocation;

Description

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

Values Summary

NONE This value specifies that a location is not yet assigned.

LEFT_TOP The graphic is located in the top left corner.

MIDDLE_TOP The graphic is located in the middle of the top edge.

RIGHT_TOP The graphic is located in the top right corner.

LEFT_MIDDLE The graphic is located in the middle of the left edge.

MIDDLE_MIDDLE The graphic is located at the center of the surrounding object.

RIGHT_MIDDLE The graphic is located in the middle of the right edge.

LEFT_BOTTOM The graphic is located in the bottom left corner.

MIDDLE_BOTTOM The graphic is located in the middle of the bottom edge.

RIGHT_BOTTOM The graphic is located in the bottom right corner.

AREA The graphic is scaled to fill the whole surrounding area.

TILED The graphic is repeatedly spread over the surrounding object like tiles.

Values Details



NONE

Syntax

NONE,

Description

This value specifies that a location is not yet assigned.


LEFT_TOP

Syntax

LEFT_TOP,

Description

The graphic is located in the top left corner.


MIDDLE_TOP

Syntax

MIDDLE_TOP,

Description

The graphic is located in the middle of the top edge.


RIGHT_TOP

Syntax

RIGHT_TOP,

Description

The graphic is located in the top right corner.


LEFT_MIDDLE

Syntax

LEFT_MIDDLE,

Description

The graphic is located in the middle of the left edge.


MIDDLE_MIDDLE

Syntax

MIDDLE_MIDDLE,

Description

The graphic is located at the center of the surrounding object.


RIGHT_MIDDLE

Syntax

RIGHT_MIDDLE,

Description

The graphic is located in the middle of the right edge.


LEFT_BOTTOM

Syntax

LEFT_BOTTOM,

Description

The graphic is located in the bottom left corner.


MIDDLE_BOTTOM

Syntax

MIDDLE_BOTTOM,

Description

The graphic is located in the middle of the bottom edge.


RIGHT_BOTTOM

Syntax

RIGHT_BOTTOM,

Description

The graphic is located in the bottom right corner.


AREA

Syntax

AREA,

Description

The graphic is scaled to fill the whole surrounding area.


TILED

Syntax

TILED,

Description

The graphic is repeatedly spread over the surrounding object like tiles.

Top of Page