constants group ImageAlign in module com::sun::star::awt::

(Global Index)

Syntax

constants group ImageAlign;

Description

specifies alignment of an image.

Constants Summary

LEFT specifies to align left.

TOP specifies to align top.

RIGHT specifies to align right.

BOTTOM specifies to align bottom.

Field Details



LEFT

Syntax

const short  LEFT = 0;

Description

specifies to align left.


TOP

Syntax

const short  TOP = 1;

Description

specifies to align top.


RIGHT

Syntax

const short  RIGHT = 2;

Description

specifies to align right.


BOTTOM

Syntax

const short  BOTTOM = 3;

Description

specifies to align bottom.

Top of Page