class Infragistics.Documents.Reports.Report.List.Bullets
   inherits System.Object:

   def public static property Asterisk as Infragistics.Documents.Reports.Report.List.Bullets
      get.

   def public static property BigLetters as Infragistics.Documents.Reports.Report.List.Bullets
      get.

   def public static property BigRoman as Infragistics.Documents.Reports.Report.List.Bullets
      get.

   def public static property Decimal as Infragistics.Documents.Reports.Report.List.Bullets
      get.

   def public static property BlackCircle as Infragistics.Documents.Reports.Report.List.Bullets
      get.

   def public static property BlackSquare as Infragistics.Documents.Reports.Report.List.Bullets
      get.

   def public static property SmallLetters as Infragistics.Documents.Reports.Report.List.Bullets
      get.

   def public static property SmallRoman as Infragistics.Documents.Reports.Report.List.Bullets
      get.

   def public static property WhiteCircle as Infragistics.Documents.Reports.Report.List.Bullets
      get.

   def public static property WhiteSquare as Infragistics.Documents.Reports.Report.List.Bullets
      get.

   def public property Glyph as integer
      get.
      set.

   def public property Indent as decimal
      get.
      set.

   def public property OffsetX as decimal
      get.
      set.

   def public property OffsetY as decimal
      get.
      set.

   def public property Style as Infragistics.Documents.Reports.Report.Text.Style
      get.
      set.

   def public property Template as character
      get.
      set.

   def public property Type as Infragistics.Documents.Reports.Report.BulletType
      get.
      set.

   constructor public Bullets():
   end constructor.

   constructor public Bullets(input type as Infragistics.Documents.Reports.Report.BulletType):
   end constructor.

   constructor public Bullets(input type as Infragistics.Documents.Reports.Report.BulletType, input style as Infragistics.Documents.Reports.Report.Text.Style):
   end constructor.

   constructor public Bullets(input glyph as integer):
   end constructor.

   constructor public Bullets(input glyph as integer, input style as Infragistics.Documents.Reports.Report.Text.Style):
   end constructor.

   constructor public Bullets(input type as Infragistics.Documents.Reports.Report.BulletType, input indent as decimal, input style as Infragistics.Documents.Reports.Report.Text.Style):
   end constructor.

   method public final static Infragistics.Documents.Reports.Report.List.Bullets GetBullets(input name as character):
   end method.

end class.
