[Table of Contents] [docx version]

VML Reference Material - VML

TextHAlign (Horizontal Text Alignment)

This element specifies the horizontal text alignment for the object. Valid values are Left, Justify, Center, Right and Distributed. If omitted, the alignment is assumed to be Left. This element is used for attached text.

[Example:

<x:ClientData … > …
<x:TextHAlign>Right</x:TextHAlign>
</x:ClientData>

end example]

The possible values for this element are defined by the XML Schema string datatype.

Parent Elements

ClientData6.4.2.12)