VintaSoft Imaging .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Imaging.Office.DocumentEditor.UI Namespace / DocumentContentBorderType Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    DocumentContentBorderType Enumeration
    In This Topic
    pecifies available types of content border.
    Syntax
    'Declaration
    
    Public Enum DocumentContentBorderType
       Inherits System.Enum
    
    
    public enum DocumentContentBorderType : System.Enum
    
    
    __value public enum DocumentContentBorderType : public System.Enum
    
    
    public enum class DocumentContentBorderType : public System.Enum
    
    
    Members
    MemberDescription
    NoneSpecifies that no border shall be applied to the current item.
    SingleSpecifies a line border consisting of a single line around the parent object.
    DashSmallGapDashed Line Border.
    DashedDashed Line Border.
    DotDashDash-Dot Underline.
    DotDotDashDash-Dot-Dot Underline.
    DottedDotted leader line.
    DoubleSpecifies an underline consisting of two lines beneath all characters in this run.
    TripleSpecifies a line border consisting of a triple line around the parent object.
    ThickThinLargeGapSpecifies a line border consisting of a thick line contained within a thin line with a large sized intermediate gap around the parent object.
    ThickThinMediumGapSpecifies a line border consisting of a thick line contained within a thin line with a medium sized intermediate gap around the parent object.
    ThickThinSmallGapSpecifies a line border consisting of a thick line contained within a thin line with a small intermediate gap around the parent object.
    ThinThickLargeGapSpecifies a line border consisting of a thin line contained within a thick line contained within a thick thin with a large sized intermediate gap between each around the parent object.
    ThinThickMediumGapSpecifies a line border consisting of a thin line contained within a thick line contained within a thick thin with a medium sized intermediate gap between each around the parent object.
    ThinThickSmallGapSpecifies a line border consisting of a thin line contained within a thick line contained within a thick thin with a small intermediate gap between each around the parent object.
    ThinThickThinLargeGapSpecifies a line border consisting of a thin line contained within a thick line, contained within a thin line with a large sized intermediate gap around the parent object.
    ThinThickThinMediumGapSpecifies a line border consisting of a thin line contained within a thick line, contained within a thin line with a medium sized intermediate gap around the parent object.
    ThinThickThinSmallGapSpecifies a line border consisting of a thin line contained within a thick line, contained within a thin line with a small intermediate gap around the parent object.
    ThreeDEmbossSpecifies a line border consisting of three staged gradient lines around the parent object, getting darker towards the object.
    ThreeDEngraveSpecifies a line border consisting of three staged gradient lines around the parent object, getting darker away from the object.
    InsetSpecifies a line border consisting of an inset set of lines around the parent object.
    OutsetSpecifies a line border consisting of an outset set of lines around the parent object.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Office.DocumentEditor.UI.DocumentContentBorderType

    Requirements

    Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also