DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / TableAlignment Enumeration

TableAlignment Enumeration
Specifies alignment for an inline table.
Syntax
'Declaration
 
Public Enum TableAlignment 
   Inherits System.Enum
 
Members
MemberDescription
Center The table is centered.
Left The table is aligned to the left.
Right The table is aligned to the right.
Inheritance Hierarchy

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

See Also