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

In This Topic
    BaseLineAlignment Enumeration
    In This Topic
    specifies the vertical alignment of all text on each line displayed within a paragraph.
    Syntax
    'Declaration
     
    Public Enum BaseLineAlignment 
       Inherits System.Enum
    public enum BaseLineAlignment : System.Enum 
    Members
    MemberDescription
    Auto Automatically determine llignment.
    BaselineAlign text at baseline.

    When the item is serialized out as xml, its value is "baseline".

    Bottom Align text at bottom.
    Center Align text at center.
    Top Align text at top.
    Inheritance Hierarchy

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

    See Also