ComponentOne Word for UWP
RtfBorderStyle Enumeration

C1.UWP.Word Assembly > C1.Xaml.Word Namespace : RtfBorderStyle Enumeration
The table border style enumeration.
Syntax
'Declaration
 
Public Enum RtfBorderStyle 
   Inherits System.Enum
public enum RtfBorderStyle : System.Enum 
Members
MemberDescription
DashDotStrokedTable border dash dot stroked line.
DashedTable border dashed line.
DashSmallTable border dashed small gap line.
DotDashTable border dot dash line.
DotDotDashTable border dot dot dash line.
DottedTable border dotted line.
DoubleTable border double line.
DoubleThickTable border double thickness line.
DoubleWavyTable border double wavy line.
EmbossTable border emboss line.
EngraveTable border engrave line.
HairlineTable border hairline.
ShadowedTable border shadowed.
SingleTable border solid line.
ThickThinTable border thick thin line.
ThickThinLargeTable border thick thin line.
ThickThinMediumTable border thick thin line.
ThinThickTable border thin thick line.
ThinThickLargeTable border thin thick line.
ThinThickMediumTable border thin thick line.
ThinThickThinTable border thin thick thin line.
ThinThickThinLargeTable border thin thick thin line.
ThinThickThinMediumTable border thin thick thin line.
TripleTable border triple line.
UndefinedTable border solid line (probably).
WavyTable border wavy line.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Xaml.Word.RtfBorderStyle

See Also

Reference

C1.Xaml.Word Namespace