TextEffectFormat.Alignment Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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