:: com :: sun :: star :: text ::
|
constants group HoriOrientation |
- Description
- These enumeration values specify the horizontal orientation.
|
Constants |
NONE |
no hard alignment is applied.
|
RIGHT |
The object is aligned at the right side.
|
CENTER |
The object is aligned at the middle.
|
LEFT |
The object is aligned at the left side.
|
INSIDE |
TODO
|
OUTSIDE |
TODO
|
FULL |
The object uses the full space (for text tables only).
|
LEFT_AND_WIDTH |
The left offset and the width of the object are defined.
|
Constants' Details |
NONE
const short NONE = 0;
- Description
- no hard alignment is applied.
For text tables this means that the tables position is
defined by the left and right margins.
For frame objects (text frames, graphics,...) this means
that the position is defined by a left offset.
|
|
RIGHT
const short RIGHT = 1;
- Description
- The object is aligned at the right side.
|
|
CENTER
const short CENTER = 2;
- Description
- The object is aligned at the middle.
|
|
LEFT
const short LEFT = 3;
- Description
- The object is aligned at the left side.
|
|
INSIDE
const short INSIDE = 4;
- Description
- TODO
|
|
OUTSIDE
const short OUTSIDE = 5;
- Description
- TODO
|
|
FULL
const short FULL = 6;
- Description
- The object uses the full space (for text tables only).
|
|
LEFT_AND_WIDTH
const short LEFT_AND_WIDTH = 7;
- Description
- The left offset and the width of the object are defined.
For text tables this means that the tables position is
defined by the left margin and the width.
|
|
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.