Syntax
constants group TextAlign;
Description
specifies alignment of text.
Constants Summary
|
LEFT |
specifies to left align text.
|
|
CENTER |
specifies to center text.
|
|
RIGHT |
specifies to right align text.
|
|
Field Details
|
|
Syntax
const long LEFT = 0;
Description
specifies to left align text.
Syntax
const long CENTER = 1;
Description
specifies to center text.
Syntax
const long RIGHT = 2;
Description
specifies to right align text.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.