class Infragistics.Documents.Reports.Report.Text.Indents
   inherits System.Object:

   def public property First as decimal
      get.
      set.

   def public property Left as decimal
      get.
      set.

   def public property Right as decimal
      get.
      set.

   constructor public Indents():
   end constructor.

   constructor public Indents(input value as decimal):
   end constructor.

   constructor public Indents(input first as decimal, input left as decimal, input right as decimal):
   end constructor.

end class.
