WdHorizontalLineWidthType Enumeration
Specifies how Word interprets the width (length) of the specified horizontal line.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdHorizontalLineWidthType
'Usage
Dim instance As WdHorizontalLineWidthType
public enum WdHorizontalLineWidthType
Members
Member name | Description | |
---|---|---|
wdHorizontalLinePercentWidth | Word interprets the width (length) of the specified horizontal line as a percentage of the screen width. This is the default value for horizontal lines added with the AddHorizontalLineStandard method. Setting the PercentWidth property on a horizontal line sets the WidthType property to this value. | |
wdHorizontalLineFixedWidth | Microsoft Word interprets the width (length) of the specified horizontal line as a fixed value (in points). This is the default value for horizontal lines added with the AddHorizontalLine method. Setting the Width property for the InlineShape object associated with a horizontal line sets the WidthType property to this value. |