LibreOffice
LibreOffice 7.1 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Variables
com::sun::star::text::RubyPosition Constant Group 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...
 

Detailed Description

These constants define the position of ruby text.

Since
LibreOffice 6.1

Variable Documentation

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.