Xceed Words for .NET v5.1 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / TextVerticalType Enumeration


In This Topic
    TextVerticalType Enumeration
    In This Topic
    Contains the various options that determine how text is displayed vertically.
    Syntax
    'Declaration
     
    Public Enum TextVerticalType 
       Inherits System.Enum
    'Usage
     
    Dim instance As TextVerticalType
    public enum TextVerticalType : System.Enum 
    Members
    MemberDescription
    EastAsianVerticalThe text is displayed vertically, in the East Asian manner.
    HorizontalThe text is not displayed vertically; it stays horizontal.
    MongolianVerticalThe text is displayed vertically, in the Mongolian manner.
    VerticalThe text is displayed vertically.
    Vertical270The text is displayed vertially, at a 270 degrees angle.
    WordArtVerticalThe text is displayed vertically, in a stacked WordArt manner.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Document.NET.TextVerticalType

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows 11, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also