class Infragistics.Documents.Reports.Report.Text.Style
   inherits Infragistics.Documents.Reports.SealableBase
   implements Infragistics.Documents.Reports.ISealable:

   def public property Brush as Infragistics.Documents.Reports.Graphics.Brush
      get.
      set.

   def public property CharSpacing as decimal
      get.
      set.

   def public property Font as Infragistics.Documents.Reports.Graphics.Font
      get.
      set.

   def public property FontVariant as Infragistics.Documents.Reports.Report.FontVariant
      get.
      set.

   def public property Highlight as Infragistics.Documents.Reports.Graphics.Brush
      get.
      set.

   def public property WordSpacing as decimal
      get.
      set.

   constructor public Style(input font as Infragistics.Documents.Reports.Graphics.Font, input brush as Infragistics.Documents.Reports.Graphics.Brush):
   end constructor.

   method public final Infragistics.Documents.Reports.Report.Text.ShortStyleHashKey GetShortHashKey():
   end method.

   method public final Infragistics.Documents.Reports.Report.Text.StyleHashKey GetHashKey():
   end method.

   method public override void Seal():
   end method.

   method public final override Infragistics.Documents.Reports.Report.Text.Style Clone():
   end method.

end class.
