The vJustify attribute determines whether the text is top, bottom, or center justified.
Name | Type | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
justification | valignenum |
|
Justification is relative to the bounding rectangle specified by area. The default is center.
The following presents top justified text:
<text myText>
/ items = ("ipsum")
/ area = (500, 500)
/ vJustify = top
</text>