:: com :: sun :: star :: text ::
|
constants group RelOrientation |
- Description
- These values define the reference position of relative orientations.
|
Constants |
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).
|
TEXT_LINE |
at the top of the text line, only sensible for vertical orientation.
|
Constants' Details |
FRAME
const short FRAME = 0;
- Description
- paragraph, including margins
|
|
PRINT_AREA
const short PRINT_AREA = 1;
- Description
- paragraph, without margins
|
|
CHAR
const short CHAR = 2;
- Description
- at a character
|
|
PAGE_LEFT
const short PAGE_LEFT = 3;
- Description
- inside the left page margin
|
|
PAGE_RIGHT
const short PAGE_RIGHT = 4;
- Description
- inside the right page margin
|
|
FRAME_LEFT
const short FRAME_LEFT = 5;
- Description
- inside the left paragraph margin
|
|
FRAME_RIGHT
const short FRAME_RIGHT = 6;
- Description
- inside the right paragraph margin
|
|
PAGE_FRAME
const short PAGE_FRAME = 7;
- Description
- page includes margins for page-anchored frames identical with
RelOrientation::FRAME
|
|
PAGE_PRINT_AREA
const short PAGE_PRINT_AREA = 8;
- Description
- page without borders (for page anchored frames identical with
RelOrientation::PRINT_AREA).
|
|
TEXT_LINE
const short TEXT_LINE = 9;
- Description
- at the top of the text line, only sensible for vertical orientation.
- Since
- OOo 2.0
|
|
Top of Page
Copyright © 2000, 2012 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.