Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / FontBase Class / VerticalPosition Property

In This Topic
    VerticalPosition Property
    In This Topic
    Gets or sets the alignment that shall be applied to the contents in relation to the default appearance of the text. This allows the text to be repositioned as subscript or superscript without altering the font size.
    Syntax
    'Declaration
     
    Public Property VerticalPosition As VerticalTextPosition
    public VerticalTextPosition VerticalPosition {get; set;}
    See Also