MsoTextEffectAlignment Enumeration
Specifies alignment for WordArt text.
Name |
Value |
Description |
---|---|---|
msoTextEffectAlignmentCentered |
2 |
Centered. |
msoTextEffectAlignmentLeft |
1 |
Left-aligned. |
msoTextEffectAlignmentLetterJustify |
4 |
Text is justified. Spacing between letters may be adjusted to justify text. |
msoTextEffectAlignmentMixed |
-2 |
Not used. |
msoTextEffectAlignmentRight |
3 |
Right- aligned. |
msoTextEffectAlignmentStretchJustify |
6 |
Text is justified. Letters may be stretched to justify text. |
msoTextEffectAlignmentWordJustify |
5 |
Text is justified. Spacing between words (but not letters) may be adjusted to justify text. |