These values define the reference position of relative orientations. More...
| 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). | |
These values define the reference position of relative orientations.
| const short CHAR = 2 | 
at a character
| const short FRAME = 0 | 
paragraph, including margins
| 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_LEFT = 3 | 
inside the left page margin
| const short PAGE_PRINT_AREA = 8 | 
page without borders (for page anchored frames identical with RelOrientation::PRINT_AREA).
| 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).
| const short PAGE_RIGHT = 4 | 
inside the right page margin
| const short PRINT_AREA = 1 | 
paragraph, without margins
| const short TEXT_LINE = 9 | 
at the top of the text line, only sensible for vertical orientation.