LibreOffice
LibreOffice 7.4 SDK API Reference
Variables
com::sun::star::text::RelOrientation Constant Group Referencepublished

These values define the reference position of relative orientations. More...

Variables

const short FRAME = 0
 paragraph, including margins More...
 
const short PRINT_AREA = 1
 paragraph, without margins More...
 
const short CHAR = 2
 at a character More...
 
const short PAGE_LEFT = 3
 inside the left page margin More...
 
const short PAGE_RIGHT = 4
 inside the right page margin More...
 
const short FRAME_LEFT = 5
 inside the left paragraph margin More...
 
const short FRAME_RIGHT = 6
 inside the right paragraph margin More...
 
const short PAGE_FRAME = 7
 page includes margins for page-anchored frames identical with RelOrientation::FRAME More...
 
const short PAGE_PRINT_AREA = 8
 page without borders (for page anchored frames identical with RelOrientation::PRINT_AREA). More...
 
const short TEXT_LINE = 9
 at the top of the text line, only sensible for vertical orientation. More...
 
const short PAGE_PRINT_AREA_BOTTOM = 10
 Bottom page border (page area below PAGE_PRINT_AREA). More...
 
const short PAGE_PRINT_AREA_TOP = 11
 Top page border (page area above PAGE_PRINT_AREA). More...
 

Detailed Description

These values define the reference position of relative orientations.

Variable Documentation

◆ CHAR

const short CHAR = 2

at a character

◆ FRAME

const short FRAME = 0

paragraph, including margins

◆ FRAME_LEFT

const short FRAME_LEFT = 5

inside the left paragraph margin

◆ FRAME_RIGHT

const short FRAME_RIGHT = 6

inside the right paragraph margin

◆ PAGE_FRAME

const short PAGE_FRAME = 7

page includes margins for page-anchored frames identical with RelOrientation::FRAME

◆ PAGE_LEFT

const short PAGE_LEFT = 3

inside the left page margin

◆ PAGE_PRINT_AREA

const short PAGE_PRINT_AREA = 8

page without borders (for page anchored frames identical with RelOrientation::PRINT_AREA).

◆ PAGE_PRINT_AREA_BOTTOM

const short PAGE_PRINT_AREA_BOTTOM = 10

Bottom page border (page area below PAGE_PRINT_AREA).

Since
LibreOffice 7.0

◆ PAGE_PRINT_AREA_TOP

const short PAGE_PRINT_AREA_TOP = 11

Top page border (page area above PAGE_PRINT_AREA).

Since
LibreOffice 7.1

◆ PAGE_RIGHT

const short PAGE_RIGHT = 4

inside the right page margin

◆ PRINT_AREA

const short PRINT_AREA = 1

paragraph, without margins

◆ TEXT_LINE

const short TEXT_LINE = 9

at the top of the text line, only sensible for vertical orientation.

Since
OOo 2.0