interface Infragistics.Documents.Reports.Report.Text.IText:

   def public property Style as Infragistics.Documents.Reports.Report.Text.Style
      get.
      set.

   def public property Heading as Infragistics.Documents.Reports.Report.TextHeading
      get.
      set.

   def public property Caption as character
      get.
      set.

   def public property Alignment as Infragistics.Documents.Reports.Report.TextAlignment
      get.
      set.

   def public property Interval as decimal
      get.
      set.

   def public property Indents as Infragistics.Documents.Reports.Report.Text.Indents
      get.
      set.

   def public property Tabs as Infragistics.Documents.Reports.Report.Text.Tabs
      get.
      set.

   def public property LineNumbering as Infragistics.Documents.Reports.Report.Text.TextLineNumbering
      get.
      set.

   def public property FirstLetter as Infragistics.Documents.Reports.Report.Text.FirstLetter
      get.
      set.

   def public property Width as Infragistics.Documents.Reports.Report.Width
      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.

   def public property KeepSolid as logical
      get.
      set.

   def public property Parent as System.Object
      get.

   def public property StyleResolved as Infragistics.Documents.Reports.Report.Text.Style
      get.

   method public void AddLineBreak().

   method public void AddContent(input ch as character).

   method public void AddContent(input ch as character, input style as Infragistics.Documents.Reports.Report.Text.Style).

   method public void AddContent(input ch as character, input hyperlink as Infragistics.Documents.Reports.Report.Text.Hyperlink).

   method public void AddContent(input ch as character, input style as Infragistics.Documents.Reports.Report.Text.Style, input hyperlink as Infragistics.Documents.Reports.Report.Text.Hyperlink).

   method public void AddContent(input text as System.Char extent).

   method public void AddContent(input text as System.Char extent, input style as Infragistics.Documents.Reports.Report.Text.Style).

   method public void AddContent(input text as System.Char extent, input hyperlink as Infragistics.Documents.Reports.Report.Text.Hyperlink).

   method public void AddContent(input text as System.Char extent, input style as Infragistics.Documents.Reports.Report.Text.Style, input hyperlink as Infragistics.Documents.Reports.Report.Text.Hyperlink).

   method public void AddContent(input text as character).

   method public void AddContent(input text as character, input style as Infragistics.Documents.Reports.Report.Text.Style).

   method public void AddContent(input text as character, input hyperlink as Infragistics.Documents.Reports.Report.Text.Hyperlink).

   method public void AddContent(input text as character, input style as Infragistics.Documents.Reports.Report.Text.Style, input hyperlink as Infragistics.Documents.Reports.Report.Text.Hyperlink).

   method public void AddContent(input image as Infragistics.Documents.Reports.Graphics.Image).

   method public void AddContent(input image as Infragistics.Documents.Reports.Graphics.Image, input size as Infragistics.Documents.Reports.Graphics.Size).

   method public void AddContent(input image as Infragistics.Documents.Reports.Graphics.Image, input indents as Infragistics.Documents.Reports.Report.Indents).

   method public void AddContent(input image as Infragistics.Documents.Reports.Graphics.Image, input alignment as Infragistics.Documents.Reports.Report.ImageAlignment).

   method public void AddContent(input image as Infragistics.Documents.Reports.Graphics.Image, input indents as Infragistics.Documents.Reports.Report.Indents, input alignment as Infragistics.Documents.Reports.Report.ImageAlignment).

   method public void AddContent(input image as Infragistics.Documents.Reports.Graphics.Image, input size as Infragistics.Documents.Reports.Graphics.Size, input alignment as Infragistics.Documents.Reports.Report.ImageAlignment).

   method public void AddContent(input image as Infragistics.Documents.Reports.Graphics.Image, input size as Infragistics.Documents.Reports.Graphics.Size, input indents as Infragistics.Documents.Reports.Report.Indents, input alignment as Infragistics.Documents.Reports.Report.ImageAlignment).

   method public void AddContent(input image as Infragistics.Documents.Reports.Graphics.Image, input size as Infragistics.Documents.Reports.Graphics.Size, input alignment as Infragistics.Documents.Reports.Report.ImageAlignment, input hyperlink as Infragistics.Documents.Reports.Report.Text.Hyperlink).

   method public void AddContent(input image as Infragistics.Documents.Reports.Graphics.Image, input size as Infragistics.Documents.Reports.Graphics.Size, input indents as Infragistics.Documents.Reports.Report.Indents, input alignment as Infragistics.Documents.Reports.Report.ImageAlignment, input hyperlink as Infragistics.Documents.Reports.Report.Text.Hyperlink).

   method public void AddRichContent(input text as System.Char extent).

   method public void AddRichContent(input text as character).

   method public void AddRichContent(input text as System.Char extent, input normalize as logical).

   method public void AddRichContent(input text as character, input normalize as logical).

   method public void AddMergeCode(input name as character).

   method public void AddMergeCode(input name as character, input style as Infragistics.Documents.Reports.Report.Text.Style).

   method public void AddMergeCode(input name as character, input hyperlink as Infragistics.Documents.Reports.Report.Text.Hyperlink).

   method public void AddMergeCode(input name as character, input style as Infragistics.Documents.Reports.Report.Text.Style, input hyperlink as Infragistics.Documents.Reports.Report.Text.Hyperlink).

   method public void AddDateTime(input format as character).

   method public void AddDateTime(input format as character, input style as Infragistics.Documents.Reports.Report.Text.Style).

   method public void AddDateTime(input format as character, input hyperlink as Infragistics.Documents.Reports.Report.Text.Hyperlink).

   method public void AddDateTime(input format as character, input style as Infragistics.Documents.Reports.Report.Text.Style, input hyperlink as Infragistics.Documents.Reports.Report.Text.Hyperlink).

   method public void AddPageNumber(input format as Infragistics.Documents.Reports.Report.PageNumberFormat).

   method public void AddPageNumber(input format as Infragistics.Documents.Reports.Report.PageNumberFormat, input style as Infragistics.Documents.Reports.Report.Text.Style).

   method public void AddPageNumber(input format as Infragistics.Documents.Reports.Report.PageNumberFormat, input hyperlink as Infragistics.Documents.Reports.Report.Text.Hyperlink).

   method public void AddPageNumber(input format as Infragistics.Documents.Reports.Report.PageNumberFormat, input style as Infragistics.Documents.Reports.Report.Text.Style, input hyperlink as Infragistics.Documents.Reports.Report.Text.Hyperlink).

   method public void AddLeader(input format as Infragistics.Documents.Reports.Report.LeaderFormat).

   method public void AddLeader(input format as Infragistics.Documents.Reports.Report.LeaderFormat, input style as Infragistics.Documents.Reports.Report.Text.Style).

   method public void AddLeader(input format as Infragistics.Documents.Reports.Report.LeaderFormat, input hyperlink as Infragistics.Documents.Reports.Report.Text.Hyperlink).

   method public void AddLeader(input format as Infragistics.Documents.Reports.Report.LeaderFormat, input style as Infragistics.Documents.Reports.Report.Text.Style, input hyperlink as Infragistics.Documents.Reports.Report.Text.Hyperlink).

   method public void AddTarget(input name as character).

   method public void AddTarget(input name as character, input caption as character).

   method public void Clear().

   method public void ApplyPattern(input pattern as Infragistics.Documents.Reports.Report.Text.TextPattern).

   method public Infragistics.Documents.Reports.Graphics.Size Measure().

end interface.
