:: com :: sun :: star :: drawing ::
|
enum TextVerticalAdjust |
- Description
- This enumeration specifies the vertical position of text inside a shape in
relation to the shape.
This counts for the complete text, not individual lines.
|
Values |
TOP |
The top edge of the text is adjusted to the top edge of the shape.
|
CENTER |
The text is centered inside the shape.
|
BOTTOM |
The bottom edge of the text is adjusted to the bottom edge of the shape.
|
BLOCK |
The text extends from the top to the bottom edge of the shape.
|
Values' Details |
TOP
TOP,
- Description
- The top edge of the text is adjusted to the top edge of the shape.
|
|
CENTER
CENTER,
- Description
- The text is centered inside the shape.
|
|
BOTTOM
BOTTOM,
- Description
- The bottom edge of the text is adjusted to the bottom edge of the shape.
|
|
BLOCK
BLOCK,
- Description
- The text extends from the top to the bottom edge of the shape.
|
|
Top of Page
Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.