(incubating) | The Free and Open Productivity Suite
Announcing Apache OpenOffice 3.4

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

:: com :: sun :: star :: text ::

constants group ParagraphVertAlign
Description
These enumeration values are used to specify the vertical alignment of paragaphs.

Constants
AUTOMATIC In automatic mode, horizontal text is aligned to the baseline. The same applies to text that is rotated 90°. Text that is rotated 270 ° is aligned to the center.  
BASELINE The text is aligned to the baseline.  
TOP The text is aligned to the top.  
CENTER The text is aligned to the center.  
BOTTOM The text is aligned to bottom.  
Constants' Details
AUTOMATIC
const short AUTOMATIC = 0;
Description
In automatic mode, horizontal text is aligned to the baseline. The same applies to text that is rotated 90°. Text that is rotated 270 ° is aligned to the center.
BASELINE
const short BASELINE = 1;
Description
The text is aligned to the baseline.
TOP
const short TOP = 2;
Description
The text is aligned to the top.
CENTER
const short CENTER = 3;
Description
The text is aligned to the center.
BOTTOM
const short BOTTOM = 4;
Description
The text is aligned to bottom.
Top of Page

Apache Feather

Copyright & License | Privacy | Contact Us

Apache and the Apache feather logos are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.