class Infragistics.Documents.Reports.Report.Section.PageNumbering
   inherits System.Object:

   def public property Alignment as Infragistics.Documents.Reports.Report.PageNumberAlignment
      get.
      set.

   def public property Continue as logical
      get.
      set.

   def public property First as integer
      get.
      set.

   def public property Format as Infragistics.Documents.Reports.Report.PageNumberFormat
      get.
      set.

   def public property OffsetX as decimal
      get.
      set.

   def public property OffsetY as decimal
      get.
      set.

   def public property SkipFirst as logical
      get.
      set.

   def public property Style as Infragistics.Documents.Reports.Report.Text.Style
      get.
      set.

   def public property Template as character
      get.
      set.

   constructor public PageNumbering():
   end constructor.

end class.
