:: com :: sun :: star :: text ::

constants group RubyPosition

Constants
ABOVE ruby text should be above or on the right side of base text.  
BELOW ruby text should be below or on the left side of base text.  
INTER_CHARACTER Vertically aligned on right side of the base text in horizontal mode.  
Constants' Details
ABOVE
const short ABOVE = 0;
Description
ruby text should be above or on the right side of base text.
BELOW
const short BELOW = 1;
Description
ruby text should be below or on the left side of base text.
INTER_CHARACTER
const short INTER_CHARACTER = 2;
Description
Vertically aligned on right side of the base text in horizontal mode.

This is the same as ABOVE in vertical writing mode.

Top of Page