|
LibreOffice
LibreOffice 7.3 SDK API Reference
|
Modules | |
| module | com |
| module | com::sun |
| module | com::sun::star |
| the module com::sun::star is the root module of the UNO API. | |
| module | com::sun::star::text |
| Text specific interfaces. | |
Constant Groups | |
| constants | com::sun::star::text::WritingMode2 |
| this set of constants describes different writing directions | |
Macros | |
| #define | __com_sun_star_text_WritingMode2_idl__ |
Variables | |
| const short | LR_TB = 0 |
| text within lines is written left-to-right. | |
| const short | RL_TB = 1 |
| text within a line are written right-to-left. | |
| const short | TB_RL = 2 |
| text within a line is written top-to-bottom. | |
| const short | TB_LR = 3 |
| text within a line is written top-to-bottom. | |
| const short | PAGE = 4 |
| obtain writing mode from the current page. | |
| const short | CONTEXT = 4 |
| obtain actual writing mode from the context of the object. | |
| const short | BT_LR = 5 |
| text within a line is written bottom-to-top. | |
| #define __com_sun_star_text_WritingMode2_idl__ |