class Infragistics.Documents.Reports.Report.Indents
   inherits System.Object:

   def public property All as decimal
      set.

   def public property Bottom as decimal
      get.
      set.

   def public property Horizontal as decimal
      set.

   def public property Left as decimal
      get.
      set.

   def public property Right as decimal
      get.
      set.

   def public property Top as decimal
      get.
      set.

   def public property Vertical as decimal
      set.

   constructor public Indents():
   end constructor.

   constructor public Indents(input value as decimal):
   end constructor.

   constructor public Indents(input h as decimal, input v as decimal):
   end constructor.

   constructor public Indents(input left as decimal, input right as decimal, input top as decimal, input bottom as decimal):
   end constructor.

end class.
