:: com :: sun :: star :: style ::
|
enum ParagraphAdjust |
- Description
- These enumeration values describe the formatting of a text paragraph.
|
Values |
LEFT |
adjusted to the left border
|
RIGHT |
adjusted to the right border
|
BLOCK |
adjusted to both borders / stretched, except for last line
|
CENTER |
adjusted to the center
|
STRETCH |
adjusted to both borders / stretched, including last line
|
Values' Details |
LEFT
LEFT,
- Description
- adjusted to the left border
|
|
RIGHT
RIGHT,
- Description
- adjusted to the right border
|
|
BLOCK
BLOCK,
- Description
- adjusted to both borders / stretched, except for last line
|
|
CENTER
CENTER,
- Description
- adjusted to the center
|
|
STRETCH
STRETCH,
- Description
- adjusted to both borders / stretched, including last line
|
|
Top of Page
Copyright © 1995, 2012, 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.