Justification Property
The Justification property returns or sets the text justification. Returns a Long.
Syntax
object.Justification
object.Justification = Justification
Parameter | Type | Description |
Justification | Long | required, grfHAlignment |
Example
This example shows how to right justify a text block.
Shapes.Item("Text 1").Font.Justification = grfAlignRight
Used by: AutoMFont object