Top   Module   Use   Manual   Index 

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

constants group TextAlign


Description
specifies alignment of text.


Constants

const long LEFT = = 0;
Description
specifies to left align text.
const long CENTER = = 1;
Description
specifies to center text.
const long RIGHT = = 2;
Description
specifies to right align text.
Top of Page