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

In This Topic
    TextVerticalAnchor Enumeration
    In This Topic
    Specifies the available vertical anchoring types for text.
    Syntax
    'Declaration
     
    Public Enum TextVerticalAnchor 
       Inherits System.Enum
    public enum TextVerticalAnchor : System.Enum 
    Members
    MemberDescription
    Bottom Anchor the text at the bottom of the bounding rectangle.
    Center Anchor the text at the middle of the bounding rectangle.
    Top Anchor the text at the top of the bounding rectangle.
    Inheritance Hierarchy

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

    See Also