WdLineStyle Enumeration
Specifies the border style for an object.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)
Usage
Dim wdLineStyle1 As WdLineStyle = WdLineStyle.wdLineStyleDashDot
Syntax
Public Enum WdLineStyle
public enum WdLineStyle
public enum class WdLineStyle
public enum WdLineStyle
public enum WdLineStyle
Members
Member name | Description |
---|---|
wdLineStyleDashDot | A dash followed by a dot. |
wdLineStyleDashDotDot | A dash followed by two dots. |
wdLineStyleDashDotStroked | A dash followed by a dot stroke, thus rendering a border similar to a barber pole. |
wdLineStyleDashLargeGap | A dash followed by a large gap. |
wdLineStyleDashSmallGap | A dash followed by a small gap. |
wdLineStyleDot | Dots. |
wdLineStyleDouble | Double solid lines. |
wdLineStyleDoubleWavy | Double wavy solid lines. |
wdLineStyleEmboss3D | The border appears to have a 3-D embossed look. |
wdLineStyleEngrave3D | The border appears to have a 3-D engraved look. |
wdLineStyleInset | The border appears to be inset. |
wdLineStyleNone | No border. |
wdLineStyleOutset | The border appears to be outset. |
wdLineStyleSingle | A single solid line. |
wdLineStyleSingleWavy | A single wavy solid line. |
wdLineStyleThickThinLargeGap | An internal single thick solid line surrounded by a single thin solid line with a large gap between them. |
wdLineStyleThickThinMedGap | An internal single thick solid line surrounded by a single thin solid line with a medium gap between them. |
wdLineStyleThickThinSmallGap | An internal single thick solid line surrounded by a single thin solid line with a small gap between them. |
wdLineStyleThinThickLargeGap | An internal single thin solid line surrounded by a single thick solid line with a large gap between them. |
wdLineStyleThinThickMedGap | An internal single thin solid line surrounded by a single thick solid line with a medium gap between them. |
wdLineStyleThinThickSmallGap | An internal single thin solid line surrounded by a single thick solid line with a small gap between them. |
wdLineStyleThinThickThinLargeGap | An internal single thin solid line surrounded by a single thick solid line surrounded by a single thin solid line with a large gap between all lines. |
wdLineStyleThinThickThinMedGap | An internal single thin solid line surrounded by a single thick solid line surrounded by a single thin solid line with a medium gap between all lines. |
wdLineStyleThinThickThinSmallGap | An internal single thin solid line surrounded by a single thick solid line surrounded by a single thin solid line with a small gap between all lines. |
wdLineStyleTriple | Three solid thin lines. |
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000