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)

Usage

Dim wdHorizontalLineWidthType1 As WdHorizontalLineWidthType = WdHorizontalLineWidthType.wdHorizontalLineFixedWidth

Syntax

Public Enum WdHorizontalLineWidthType
public enum WdHorizontalLineWidthType
public enum class WdHorizontalLineWidthType
public enum WdHorizontalLineWidthType
public enum WdHorizontalLineWidthType

Members

Member name Description
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.
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.

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