WdHorizontalLineWidthType Enum

Definition

Specifies how Word interprets the width (length) of the specified horizontal line.

public enum class WdHorizontalLineWidthType
[System.Runtime.InteropServices.Guid("6BE99866-55FF-336C-9719-681E7E04E74E")]
public enum WdHorizontalLineWidthType
type WdHorizontalLineWidthType = 
Public Enum WdHorizontalLineWidthType
Inheritance
WdHorizontalLineWidthType
Attributes

Fields

wdHorizontalLineFixedWidth -2

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 -1

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.

Applies to