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
Copyright © 2020, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.