WdLineStyle Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the border style for an object.
public enum class WdLineStyle
[System.Runtime.InteropServices.Guid("54AFDECB-0EC4-397D-96AB-8E2A64FD7C3A")]
public enum WdLineStyle
type WdLineStyle =
Public Enum WdLineStyle
- Inheritance
-
WdLineStyle
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdLineStyleNone | 0 | No border. |
wdLineStyleSingle | 1 | A single solid line. |
wdLineStyleDot | 2 | Dots. |
wdLineStyleDashSmallGap | 3 | A dash followed by a small gap. |
wdLineStyleDashLargeGap | 4 | A dash followed by a large gap. |
wdLineStyleDashDot | 5 | A dash followed by a dot. |
wdLineStyleDashDotDot | 6 | A dash followed by two dots. |
wdLineStyleDouble | 7 | Double solid lines. |
wdLineStyleTriple | 8 | Three solid thin lines. |
wdLineStyleThinThickSmallGap | 9 | An internal single thin solid line surrounded by a single thick solid line with a small gap between them. |
wdLineStyleThickThinSmallGap | 10 | An internal single thick solid line surrounded by a single thin solid line with a small gap between them. |
wdLineStyleThinThickThinSmallGap | 11 | 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. |
wdLineStyleThinThickMedGap | 12 | An internal single thin solid line surrounded by a single thick solid line with a medium gap between them. |
wdLineStyleThickThinMedGap | 13 | An internal single thick solid line surrounded by a single thin solid line with a medium gap between them. |
wdLineStyleThinThickThinMedGap | 14 | 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. |
wdLineStyleThinThickLargeGap | 15 | An internal single thin solid line surrounded by a single thick solid line with a large gap between them. |
wdLineStyleThickThinLargeGap | 16 | An internal single thick solid line surrounded by a single thin solid line with a large gap between them. |
wdLineStyleThinThickThinLargeGap | 17 | 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. |
wdLineStyleSingleWavy | 18 | A single wavy solid line. |
wdLineStyleDoubleWavy | 19 | Double wavy solid lines. |
wdLineStyleDashDotStroked | 20 | A dash followed by a dot stroke, thus rendering a border similar to a barber pole. |
wdLineStyleEmboss3D | 21 | The border appears to have a 3-D embossed look. |
wdLineStyleEngrave3D | 22 | The border appears to have a 3-D engraved look. |
wdLineStyleOutset | 23 | The border appears to be outset. |
wdLineStyleInset | 24 | The border appears to be inset. |