Specifies whether the text format is left, center, or right-justified.
Syntax
object.Justification [=enumJustification]
Properties
The Justification property syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
enumJustification |
The text justification. |
Settings
The settings for enumJustification are:
Constant |
Value |
LeftJustify |
0 |
CenterJustify |
1 |
RightJustify |
2 |