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

In This Topic
    TableVerticalRelativeAlignment Enumeration
    In This Topic
    Specifies the relative vertical alignment position of the table.
    Syntax
    'Declaration
     
    Public Enum TableVerticalRelativeAlignment 
       Inherits System.Enum
    public enum TableVerticalRelativeAlignment : System.Enum 
    Members
    MemberDescription
    Bottom Bottom alignment.
    Center Center alignment.
    Inline In line with text.
    Inside Inside alignment.
    Outside Outside alignment.
    Top Top alignment.
    Inheritance Hierarchy

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

    See Also