Top   Module   Use   Manual   Index 

com :: sun :: star :: text ::

constants group RelOrientation


Description
These values define the reference position of relative orientations.


Constants

const short FRAME = = 0;
Description
paragraph, including margins
const short PRINT_AREA = = 1;
Description
paragraph, without margins
const short CHAR = = 2;
Description
at a character
const short PAGE_LEFT = = 3;
Description
inside the left page margin
const short PAGE_RIGHT = = 4;
Description
inside the right page margin
const short FRAME_LEFT = = 5;
Description
inside the left paragraph margin
const short FRAME_RIGHT = = 6;
Description
inside the right paragraph margin
const short PAGE_FRAME = = 7;
Description
page includes margins for page-anchored frames identical with RelOrientation::FRAME
const short PAGE_PRINT_AREA = = 8;
Description
page without borders (for page anchored frames identical with RelOrientation::PRINT_AREA ).
Top of Page