ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word Namespace / RtfBorderStyle Enumeration

In This Topic
    RtfBorderStyle Enumeration
    In This Topic
    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.C1Word.RtfBorderStyle

    See Also