enum Infragistics.Documents.Reports.Report.Alignment:

   def enum
      Left = 0
      Center = 1
      Right = 2
      Justify = 3
      Top = 4
      Middle = 5
      Bottom = 6.

end enum.
