interface Infragistics.Documents.Reports.Report.QuickText.IQuickText:

   def public property Font as Infragistics.Documents.Reports.Graphics.Font
      get.
      set.

   def public property Brush as Infragistics.Documents.Reports.Graphics.Brush
      get.
      set.

   def public property Alignment as Infragistics.Documents.Reports.Report.TextAlignment
      get.
      set.

   def public property Margins as Infragistics.Documents.Reports.Report.Margins
      get.
      set.

   def public property Indent as decimal
      get.
      set.

   def public property Interval as decimal
      get.
      set.

   def public property KeepSolid as logical
      get.
      set.

   def public property Parent as System.Object
      get.

end interface.
