Go to the source code of this file.
| 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::RelOrientation | 
| These values define the reference position of relative orientations. | |
| Variables | |
| const short | FRAME = 0 | 
| paragraph, including margins | |
| const short | PRINT_AREA = 1 | 
| paragraph, without margins | |
| const short | CHAR = 2 | 
| at a character | |
| const short | PAGE_LEFT = 3 | 
| inside the left page margin | |
| const short | PAGE_RIGHT = 4 | 
| inside the right page margin | |
| const short | FRAME_LEFT = 5 | 
| inside the left paragraph margin | |
| const short | FRAME_RIGHT = 6 | 
| inside the right paragraph margin | |
| const short | PAGE_FRAME = 7 | 
| page includes margins for page-anchored frames identical with RelOrientation::FRAME | |
| const short | PAGE_PRINT_AREA = 8 | 
| page without borders (for page anchored frames identical with RelOrientation::PRINT_AREA). | |
| const short | TEXT_LINE = 9 | 
| at the top of the text line, only sensible for vertical orientation. | |
| const short | PAGE_PRINT_AREA_BOTTOM = 10 | 
| Bottom page border (page area below PAGE_PRINT_AREA). | |
| const short | PAGE_PRINT_AREA_TOP = 11 | 
| Top page border (page area above PAGE_PRINT_AREA). | |