:: com :: sun :: star :: text ::
|
constants group VertOrientation |
- Description
- These enumeration values are used to specify the vertical orientation.
|
Constants |
NONE |
no hard alignment
|
TOP |
aligned at the top
|
CENTER |
aligned at the center
|
BOTTOM |
aligned at the bottom
|
CHAR_TOP |
aligned at the top of a character (anchored to character)
|
CHAR_CENTER |
aligned at the center of a character (anchored to character )
|
CHAR_BOTTOM |
aligned at the bottom of a character (anchored to character )
|
LINE_TOP |
aligned at the top of the line (anchored to character )
|
LINE_CENTER |
aligned at the center of the line (anchored to character )
|
LINE_BOTTOM |
aligned at the bottom of the line (anchored to character )
|
Constants' Details |
NONE
const short NONE = 0;
- Description
- no hard alignment
|
|
TOP
const short TOP = 1;
- Description
- aligned at the top
|
|
CENTER
const short CENTER = 2;
- Description
- aligned at the center
|
|
BOTTOM
const short BOTTOM = 3;
- Description
- aligned at the bottom
|
|
CHAR_TOP
const short CHAR_TOP = 4;
- Description
- aligned at the top of a character (anchored to character)
|
|
CHAR_CENTER
const short CHAR_CENTER = 5;
- Description
- aligned at the center of a character (anchored to character )
|
|
CHAR_BOTTOM
const short CHAR_BOTTOM = 6;
- Description
- aligned at the bottom of a character (anchored to character )
|
|
LINE_TOP
const short LINE_TOP = 7;
- Description
- aligned at the top of the line (anchored to character )
|
|
LINE_CENTER
const short LINE_CENTER = 8;
- Description
- aligned at the center of the line (anchored to character )
|
|
LINE_BOTTOM
const short LINE_BOTTOM = 9;
- Description
- aligned at the bottom of the line (anchored to character )
|
|
Top of Page
Copyright © 2000, 2013 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.