:: com :: sun :: star :: table ::
|
unpublished |
constants group CellJustifyMethod |
|
|
- Usage Restrictions
- not published
- Description
- Specifies how text inside a cell is justified. The justification methods
closely follow the methods described under the text-justify property of the
CSS Text Level 3 specification. The latest version of the aforementioned
specification is found here http://www.w3.org/TR/css3-text/.
|
Constants |
AUTO |
Automatic.
|
DISTRIBUTE |
When applied in the direction of text flow, characters in each line are
distributed at equal intervals so that the ends of each line are aligned
with the start and end edges of the cell. When applied in the
perpendicular direction of text flow, the lines are distributed at equal
intervals so that the first and last lines are aligned with the start and
end edges of the cell.
|
Constants' Details |
AUTO
const long AUTO = 0;
- Description
- Automatic.
|
|
DISTRIBUTE
const long DISTRIBUTE = 1;
- Description
- When applied in the direction of text flow, characters in each line are
distributed at equal intervals so that the ends of each line are aligned
with the start and end edges of the cell. When applied in the
perpendicular direction of text flow, the lines are distributed at equal
intervals so that the first and last lines are aligned with the start and
end edges of the cell.
|
|
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.