class Infragistics.Documents.Reports.Report.Text.TextLineNumbering
   inherits System.Object:

   def public property First as integer
      get.
      set.

   def public property OffsetX as decimal
      get.
      set.

   def public property OffsetY as decimal
      get.
      set.

   def public property Style as Infragistics.Documents.Reports.Report.Text.Style
      get.
      set.

   constructor public TextLineNumbering():
   end constructor.

end class.
