TabStop.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 tab stop.
public:
property Microsoft::Office::Interop::Word::WdTabAlignment Alignment { Microsoft::Office::Interop::Word::WdTabAlignment get(); void set(Microsoft::Office::Interop::Word::WdTabAlignment value); };
public Microsoft.Office.Interop.Word.WdTabAlignment Alignment { get; set; }
member this.Alignment : Microsoft.Office.Interop.Word.WdTabAlignment with get, set
Public Property Alignment As WdTabAlignment
Property Value
Remarks
WdTabAlignment can be one of these WdTabAlignment constants.
wdAlignTabBar
wdAlignTabCenter
wdAlignTabDecimal
wdAlignTabLeft
wdAlignTabList
wdAlignTabRight