Class BulletList

java.lang.Object
com.nomagic.magicreport.format.html.BulletList
All Implemented Interfaces:
List

@OpenApiAll public class BulletList extends Object implements List
A bullet level style element specifies a list style where the list items are preceded by bullets.
Since:
Oct 20, 2008
  • Constructor Details

    • BulletList

      public BulletList(String name)
      Create a bullet with level 1 and U+2022 bullet character.
      Parameters:
      name - name of style
    • BulletList

      public BulletList(String name, int level, String bulletChar)
      Create a bullet with level and bullet character.
      Parameters:
      name - name of style
      level - level attribute
      bulletChar - bullet character
  • Method Details

    • getName

      public String getName()
      The name of list style.
      Specified by:
      getName in interface List
      Returns:
      name of list style.
    • getLevel

      public int getLevel()
      The level attribute specifies the level of the number and bullet list style.
      Specified by:
      getLevel in interface List
      Returns:
      level attribute
    • getListFormat

      public String getListFormat()
      The bullet character attribute specifies the [UNICODE] character to use as the bullet in a bullet level style.
      Specified by:
      getListFormat in interface List
      Returns:
      bullet character