class Infragistics.Documents.Reports.Report.PageNumberAlignment
   inherits System.Object:

   def public static property Center as Infragistics.Documents.Reports.Report.PageNumberAlignment
      get.

   def public static property Left as Infragistics.Documents.Reports.Report.PageNumberAlignment
      get.

   def public static property Right as Infragistics.Documents.Reports.Report.PageNumberAlignment
      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 PageNumberAlignment():
   end constructor.

   constructor public PageNumberAlignment(input alignment as Infragistics.Documents.Reports.Report.Alignment):
   end constructor.

   constructor public PageNumberAlignment(input h as Infragistics.Documents.Reports.Report.Alignment, input v as Infragistics.Documents.Reports.Report.Alignment):
   end constructor.

end class.
