TextEffectFormat.Alignment Property

Definition

Returns or sets a constant that represents the alignment for the specified text effect.

public:
 property Microsoft::Office::Core::MsoTextEffectAlignment Alignment { Microsoft::Office::Core::MsoTextEffectAlignment get(); void set(Microsoft::Office::Core::MsoTextEffectAlignment value); };
public Microsoft.Office.Core.MsoTextEffectAlignment Alignment { get; set; }
member this.Alignment : Microsoft.Office.Core.MsoTextEffectAlignment with get, set
Public Property Alignment As MsoTextEffectAlignment

Property Value

Remarks

MsoTextEffectAlignment can be one of these MsoTextEffectAlignment constants:

msoTextEffectAlignmentCentered

msoTextEffectAlignmentLeft

msoTextEffectAlignmentLetterJustify

msoTextEffectAlignmentMixed

msoTextEffectAlignmentRight

msoTextEffectAlignmentStretchJustify

msoTextEffectAlignmentWordJustify

Applies to