class Infragistics.Documents.Reports.Report.ContentAlignment
   inherits Infragistics.Documents.Reports.SealableBase
   implements Infragistics.Documents.Reports.ISealable:

   def public static property Center as Infragistics.Documents.Reports.Report.ContentAlignment
      get.

   def public static property Justify as Infragistics.Documents.Reports.Report.ContentAlignment
      get.

   def public static property Left as Infragistics.Documents.Reports.Report.ContentAlignment
      get.

   def public static property Right as Infragistics.Documents.Reports.Report.ContentAlignment
      get.

   def public property Horizontal as Infragistics.Documents.Reports.Report.Alignment
      get.
      set.

   def public property Vertical as Infragistics.Documents.Reports.Report.Alignment
      get.
      set.

   constructor public ContentAlignment():
   end constructor.

   constructor public ContentAlignment(input alignment as Infragistics.Documents.Reports.Report.Alignment):
   end constructor.

   constructor public ContentAlignment(input h as Infragistics.Documents.Reports.Report.Alignment, input v as Infragistics.Documents.Reports.Report.Alignment):
   end constructor.

end class.
