Class BulletList
java.lang.Object
com.nomagic.magicreport.format.html.BulletList
- All Implemented Interfaces:
List
A bullet level style element specifies a list style where the list items are preceded by bullets.
- Since:
- Oct 20, 2008
-
Constructor Summary
ConstructorsConstructorDescriptionBulletList(String name) Create a bullet with level 1 and U+2022 bullet character.BulletList(String name, int level, String bulletChar) Create a bullet with level and bullet character. -
Method Summary
-
Constructor Details
-
BulletList
Create a bullet with level 1 and U+2022 bullet character.- Parameters:
name- name of style
-
BulletList
Create a bullet with level and bullet character.- Parameters:
name- name of stylelevel- level attributebulletChar- bullet character
-
-
Method Details
-
getName
The name of list style. -
getLevel
public int getLevel()The level attribute specifies the level of the number and bullet list style. -
getListFormat
The bullet character attribute specifies the [UNICODE] character to use as the bullet in a bullet level style.- Specified by:
getListFormatin interfaceList- Returns:
- bullet character
-