Click or drag to resize
WdLineStyle Enumeration
The style of the border.

Namespace: Aceoffix.WordWriter
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public enum WdLineStyle
Members
  Member nameValueDescription
wdLineStyleNone0 No border.
wdLineStyleSingle1 A single solid line.
wdLineStyleDot2 Dots.
wdLineStyleDashSmallGap3 A dash followed by a small gap.
wdLineStyleDashLargeGap4 A dash followed by a large gap.
wdLineStyleDashDot5 A dash followed by a dot.
wdLineStyleDashDotDot6 A dash followed by two dots.
wdLineStyleDouble7 Double solid lines.
wdLineStyleTriple8 Three solid thin lines.
wdLineStyleThinThickSmallGap9 An internal single thin solid line surrounded by a single thick solid line with a small gap between them.
wdLineStyleThickThinSmallGap10 An internal single thick solid line surrounded by a single thin solid line with a small gap between them.
wdLineStyleThinThickThinSmallGap11 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.
wdLineStyleThinThickMedGap12 An internal single thin solid line surrounded by a single thick solid line with a medium gap between them.
wdLineStyleThickThinMedGap13 An internal single thick solid line surrounded by a single thin solid line with a medium gap between them.
wdLineStyleThinThickThinMedGap14 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.
wdLineStyleThinThickLargeGap15 An internal single thin solid line surrounded by a single thick solid line with a large gap between them.
wdLineStyleThickThinLargeGap16 An internal single thick solid line surrounded by a single thin solid line with a large gap between them.
wdLineStyleThinThickThinLargeGap17 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.
wdLineStyleSingleWavy18 A single wavy solid line.
wdLineStyleDoubleWavy19 Double wavy solid lines.
wdLineStyleDashDotStroked20 A dash followed by a dot stroke, thus rendering a border similar to a barber pole.
wdLineStyleEmboss3D21 A dash followed by a dot stroke, thus rendering a border similar to a barber pole.
wdLineStyleEngrave3D22 The border appears to have a 3-D engraved look.
wdLineStyleOutset23 The border appears to be outset.
wdLineStyleInset24 The border appears to be inset.
See Also