The style of the border.
Namespace: Aceoffix.WordWriterAssembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
SyntaxPublic Enumeration WdLineStyle
Members
| Member 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 |
A dash followed by a dot stroke, thus rendering a border similar to a barber pole.
|
| 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.
|
See Also