Click or drag to resize

RtfToHtmlBorderStyle Enumeration

Specifies line style for a border.

Namespace: SautinSoft
Assembly: SautinSoft.RtfToHtml (in SautinSoft.RtfToHtml.dll) Version: 2023.10.18
Syntax
public enum BorderStyle
Members
Member nameValueDescription
None0 No border.
Dotted1 Dotted line border.
Dashed2 Dashed line border.
Single3 Single line border.
Thick4 Thick line border.
Double5 Double line border.
DotDash6 Dot - dash line border.
DotDotDash7 Dot - dot - dash line border.
Triple8 Triple line border.
ThinThickSmallGap9 Thin - thick small gap line border.
Nil-1 No border specified.
ThickThinSmallGap10 Thick - thin small gap line border.
ThinThickThinSmallGap11 Thin - thick - thin small gap line border.
ThinThickMediumGap12 Thin - thick medium gap line border.
ThickThinMediumGap13 Thick - thin medium gap line border.
ThinThickThinMediumGap14 Thin - thick - thin medium gap line border.
ThinThickLargeGap15 Thin - thick large gap line border.
ThickThinLargeGap16 Thick - thin large gap line border.
ThinThickThinLargeGap17 Thin - thick - thin large gap line border.
Wave18 Wave line border.
DoubleWave19 Double wave line border.
DashSmallGap20 Dashed line border.
DashDotStroked21 Dash - dot strokes line border.
Emboss3D22 3D embossed line border.
Engrave3D23 3D engraved line border.
Outset24 Outset line border.
Inset25 Inset line border.
See Also