WdHorizontalLineAlignment Enum
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.
Specifies the alignment of a horizontal line.
public enum class WdHorizontalLineAlignment
[System.Runtime.InteropServices.Guid("6CF7A114-A67B-3B17-AE17-03564598740D")]
public enum WdHorizontalLineAlignment
type WdHorizontalLineAlignment =
Public Enum WdHorizontalLineAlignment
- Inheritance
-
WdHorizontalLineAlignment
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdHorizontalLineAlignLeft | 0 | Aligned to the left. |
wdHorizontalLineAlignCenter | 1 | Centered. |
wdHorizontalLineAlignRight | 2 | Aligned to the right. |