VintaSoft Imaging .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Imaging.Office.Vmf Namespace / VmfTextVerticalPosition Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    VmfTextVerticalPosition Enumeration
    In This Topic
    Specifies available vertical positions of text.
    Syntax
    'Declaration
    
    Public Enum VmfTextVerticalPosition
       Inherits System.Enum
    
    
    public enum VmfTextVerticalPosition : System.Enum
    
    
    __value public enum VmfTextVerticalPosition : public System.Enum
    
    
    public enum class VmfTextVerticalPosition : public System.Enum
    
    
    Members
    MemberDescription
    BaselineThe text is positioned on the baseline of the line of text.
    SuperscriptThe text is positioned above the baseline of the line of text.
    SubscriptThe text is positioned below the baseline of the line of text.
    Inheritance Hierarchy

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

    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