Language
The Free and Open Productivity Suite
Constants' Details |
NEUTRAL
const short NEUTRAL = 0;
- Description
- Script direction is neutral
|
|
LEFT_TO_RIGHT
const short LEFT_TO_RIGHT = 1;
- Description
- Script direction is left to right
|
|
RIGHT_TO_LEFT
const short RIGHT_TO_LEFT = 2;
- Description
- Script direction is right to left
|
|
Top of Page
Copyright © 2003 Sun Microsystems, Inc.