WdHorizontalLineAlignment Enumeration 

Specifies the alignment of a horizontal line.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim wdHorizontalLineAlignment1 As WdHorizontalLineAlignment = WdHorizontalLineAlignment.wdHorizontalLineAlignCenter

Syntax

Public Enum WdHorizontalLineAlignment
public enum WdHorizontalLineAlignment
public enum class WdHorizontalLineAlignment
public enum WdHorizontalLineAlignment
public enum WdHorizontalLineAlignment

Members

Member name Description
wdHorizontalLineAlignCenter Centered.
wdHorizontalLineAlignLeft Aligned to the left.
wdHorizontalLineAlignRight Aligned to the right.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace