ParagraphFormatClass.Alignment Property
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Overridable Property Alignment As WdParagraphAlignment
Get
Set
'Usage
Dim instance As ParagraphFormatClass
Dim value As WdParagraphAlignment
value = instance.Alignment
instance.Alignment = value
public virtual WdParagraphAlignment Alignment { get; set; }
Property Value
Type: Microsoft.Office.Interop.Word.WdParagraphAlignment