LibreOffice
LibreOffice 24.2 SDK API Reference
|
These constants define the position of ruby text. More...
Variables | |
const short | ABOVE = 0 |
ruby text should be above or on the right side of base text. More... | |
const short | BELOW = 1 |
ruby text should be below or on the left side of base text. More... | |
const short | INTER_CHARACTER = 2 |
Vertically aligned on right side of the base text in horizontal mode. More... | |
These constants define the position of ruby text.
const short ABOVE = 0 |
ruby text should be above or on the right side of base text.
const short BELOW = 1 |
ruby text should be below or on the left side of base text.
const short INTER_CHARACTER = 2 |
Vertically aligned on right side of the base text in horizontal mode.
This is the same as ABOVE in vertical writing mode.