VintaSoft Imaging .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Imaging.Office.Vmf Namespace / VmfRunUnderlineType Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    VmfRunUnderlineType Enumeration
    In This Topic
    Specifies available types of text underline.
    Syntax
    'Declaration
    
    Public Enum VmfRunUnderlineType
       Inherits System.Enum
    
    
    public enum VmfRunUnderlineType : System.Enum
    
    
    __value public enum VmfRunUnderlineType : public System.Enum
    
    
    public enum class VmfRunUnderlineType : public System.Enum
    
    
    Members
    MemberDescription
    NoneNo underline.
    SingleSingle Underline.
    WordsUnderline Non-Space Characters Only.
    DoubleDouble Underline.
    ThickThick Underline.
    DottedDotted Underline.
    DottedHeavyThick Dotted Underline.
    DashDashed Underline.
    DashedHeavyThick Dashed Underline.
    DashLongLong Dashed Underline.
    DashLongHeavyThick Long Dashed Underline.
    DotDashDash-Dot Underline.
    DashDotHeavyThick Dash-Dot Underline.
    DotDotDashDash-Dot-Dot Underline.
    DashDotDotHeavyThick Dash-Dot-Dot Underline.
    WaveWave Underline.
    WavyHeavyHeavy Wave Underline.
    WavyDoubleDouble Wave Underline.
    SingleHeavySingle Heavy Underline.
    DoubleHeavyDouble Heavy Underline.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Office.Vmf.VmfRunUnderlineType

    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