constants group RelOrientation in module com::sun::star::text::

(Global Index)

Syntax

constants group RelOrientation;

Description

These values define the reference position of relative orientations.

Constants Summary

FRAME paragraph, including margins

PRINT_AREA paragraph, without margins

CHAR at a character

PAGE_LEFT inside the left page margin

PAGE_RIGHT inside the right page margin

FRAME_LEFT inside the left paragraph margin

FRAME_RIGHT inside the right paragraph margin

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

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

Field Details



FRAME

Syntax

const short  FRAME = 0;

Description

paragraph, including margins


PRINT_AREA

Syntax

const short  PRINT_AREA = 1;

Description

paragraph, without margins


CHAR

Syntax

const short  CHAR = 2;

Description

at a character


PAGE_LEFT

Syntax

const short  PAGE_LEFT = 3;

Description

inside the left page margin


PAGE_RIGHT

Syntax

const short  PAGE_RIGHT = 4;

Description

inside the right page margin


FRAME_LEFT

Syntax

const short  FRAME_LEFT = 5;

Description

inside the left paragraph margin


FRAME_RIGHT

Syntax

const short  FRAME_RIGHT = 6;

Description

inside the right paragraph margin


PAGE_FRAME

Syntax

const short  PAGE_FRAME = 7;

Description

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


PAGE_PRINT_AREA

Syntax

const short  PAGE_PRINT_AREA = 8;

Description

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

Top of Page