:: com :: sun :: star :: awt ::

constants group ImageAlign
Description
specifies the alignment of an image.

Constants
LEFT specifies to align left.  
TOP specifies to align top.  
RIGHT specifies to align right.  
BOTTOM specifies to align bottom.  
Constants' Details
LEFT
const short LEFT = 0;
Description
specifies to align left.
TOP
const short TOP = 1;
Description
specifies to align top.
RIGHT
const short RIGHT = 2;
Description
specifies to align right.
BOTTOM
const short BOTTOM = 3;
Description
specifies to align bottom.
Top of Page