interface Infragistics.Documents.Reports.Report.Segment.ISegmentFooter:

   def public property Repeat as logical
      get.
      set.

   def public property Layout as Infragistics.Documents.Reports.Report.Layout
      get.
      set.

   def public property Alignment as Infragistics.Documents.Reports.Report.ContentAlignment
      get.
      set.

   def public property Height as Infragistics.Documents.Reports.Report.Height
      get.
      set.

   def public property Borders as Infragistics.Documents.Reports.Report.Borders
      get.
      set.

   def public property Margins as Infragistics.Documents.Reports.Report.Margins
      get.
      set.

   def public property Paddings as Infragistics.Documents.Reports.Report.Paddings
      get.
      set.

   def public property Background as Infragistics.Documents.Reports.Report.Background
      get.
      set.

   method public Infragistics.Documents.Reports.Report.QuickText.IQuickText AddQuickText(input text as character).

   method public Infragistics.Documents.Reports.Report.IQuickImage AddQuickImage(input image as Infragistics.Documents.Reports.Graphics.Image).

   method public Infragistics.Documents.Reports.Report.QuickList.IQuickList AddQuickList().

   method public Infragistics.Documents.Reports.Report.QuickTable.IQuickTable AddQuickTable().

   method public Infragistics.Documents.Reports.Report.Text.IText AddText().

   method public Infragistics.Documents.Reports.Report.IImage AddImage(input image as Infragistics.Documents.Reports.Graphics.Image).

   method public Infragistics.Documents.Reports.Report.IMetafile AddMetafile(input metafile as Infragistics.Documents.Reports.Graphics.Metafile).

   method public Infragistics.Documents.Reports.Report.IRule AddRule().

   method public Infragistics.Documents.Reports.Report.IGap AddGap().

   method public Infragistics.Documents.Reports.Report.IGroup AddGroup().

   method public Infragistics.Documents.Reports.Report.Band.IBand AddBand().

   method public Infragistics.Documents.Reports.Report.Table.ITable AddTable().

   method public Infragistics.Documents.Reports.Report.Grid.IGrid AddGrid().

   method public Infragistics.Documents.Reports.Report.Flow.IFlow AddFlow().

   method public Infragistics.Documents.Reports.Report.List.IList AddList().

   method public Infragistics.Documents.Reports.Report.Tree.ITree AddTree().

   method public Infragistics.Documents.Reports.Report.ISite AddSite().

   method public Infragistics.Documents.Reports.Report.ICanvas AddCanvas().

   method public Infragistics.Documents.Reports.Report.IRotator AddRotator().

   method public Infragistics.Documents.Reports.Report.IContainer AddContainer(input name as character).

end interface.
