WdLineWidth Enumeration 

Specifies the width of an object's border.

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

Usage

Dim wdLineWidth1 As WdLineWidth = WdLineWidth.wdLineWidth025pt

Syntax

Public Enum WdLineWidth
public enum WdLineWidth
public enum class WdLineWidth
public enum WdLineWidth
public enum WdLineWidth

Members

Member name Description
wdLineWidth025pt 0.25 point.
wdLineWidth050pt 0.50 point.
wdLineWidth075pt 0.75 point.
wdLineWidth100pt 1.00 point. default.
wdLineWidth150pt 1.50 points.
wdLineWidth225pt 2.25 points.
wdLineWidth300pt 3.00 points.
wdLineWidth450pt 4.50 points.
wdLineWidth600pt 6.00 points.

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