19 #ifndef __com_sun_star_awt_ImageAlign_idl__
20 #define __com_sun_star_awt_ImageAlign_idl__
24 module com { module sun { module star { module awt {
29 published constants ImageAlign
const short TOP
specifies to align top.
Definition: ImageAlign.idl:39
const short BOTTOM
specifies to align bottom.
Definition: ImageAlign.idl:49
const short RIGHT
specifies to align right.
Definition: ImageAlign.idl:44
const short LEFT
specifies to align left.
Definition: ImageAlign.idl:34