class Infragistics.Documents.Reports.Report.Table.TablePattern
   inherits System.Object:

   def public property Background as Infragistics.Documents.Reports.Report.Background
      get.
      set.

   def public property Borders as Infragistics.Documents.Reports.Report.Borders
      get.
      set.

   def public property Divider as Infragistics.Documents.Reports.Report.Table.TableDividerPattern
      get.

   def public property Footer as Infragistics.Documents.Reports.Report.Table.TableFooterPattern
      get.

   def public property Header as Infragistics.Documents.Reports.Report.Table.TableHeaderPattern
      get.

   def public property Paddings as Infragistics.Documents.Reports.Report.Paddings
      get.
      set.

   def public property Row as Infragistics.Documents.Reports.Report.Table.TableRowPattern
      get.

   def public property Margins as Infragistics.Documents.Reports.Report.Margins
      get.
      set.

   constructor public TablePattern():
   end constructor.

   method public final void Apply(input table as Infragistics.Documents.Reports.Report.Table.ITable):
   end method.

end class.
