Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ParagraphFormat Class / BaseLineAlignment Property

In This Topic
    BaseLineAlignment Property
    In This Topic
    Gets or sets the vertical alignment of all text on each line displayed within a paragraph. If the line height (before any added spacing) is larger than one or more characters on the line, all characters are aligned to each other as specified by this property.
    Syntax
    'Declaration
     
    Public Property BaseLineAlignment As BaseLineAlignment
    public BaseLineAlignment BaseLineAlignment {get; set;}
    See Also