Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / TextOrientation Enumeration

In This Topic
    TextOrientation Enumeration
    In This Topic
    Specifies text orientation.
    Syntax
    'Declaration
     
    Public Enum TextOrientation 
       Inherits System.Enum
    public enum TextOrientation : System.Enum 
    Members
    MemberDescription
    EastAsianVetical A special version of vertical text, where some fonts are displayed as if rotated by 90 degrees while some fonts (mostly East Asian) are displayed vertical.
    Horizontal The text is horizontal.
    MongolianVerticalA special version of vertical text, where some fonts are displayed as if rotated by 90 degrees while some fonts (mostly East Asian) are displayed vertical. The difference between this and EastAsianVetical is that text flows from top down, then from left to right (instead of from right to left).
    Vertical The text is vertical. Each line is rotated clockwise 90 degrees. Text goes from top to bottom. Each next line is to the left of the previous one.
    Vertical270 The text is vertical. Each line is rotated clockwise 270 degrees. Text goes from bottom to top. Each next line is to the right of the previous one.
    WordArtRightToLeftSimilar to WordArtVertical, but the flow is from right to left rather than from left to right.
    WordArtVertical The text is vertical. Letters are stacked on top of each other from top to bottom.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Word.TextOrientation

    See Also