TextEffectFormat.Alignment Property
Returns or sets a constant that represents the alignment for the specified text effect.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property Alignment As MsoTextEffectAlignment
Get
Set
'Usage
Dim instance As TextEffectFormat
Dim value As MsoTextEffectAlignment
value = instance.Alignment
instance.Alignment = value
MsoTextEffectAlignment Alignment { get; set; }
Property Value
Type: MsoTextEffectAlignment
Remarks
MsoTextEffectAlignment can be one of these MsoTextEffectAlignment constants:
msoTextEffectAlignmentCentered
msoTextEffectAlignmentLeft
msoTextEffectAlignmentLetterJustify
msoTextEffectAlignmentMixed
msoTextEffectAlignmentRight
msoTextEffectAlignmentStretchJustify
msoTextEffectAlignmentWordJustify