Constructor and Description |
---|
BulletList(java.lang.String name)
Create a bullet with level 1 and U+2022 bullet character.
|
BulletList(java.lang.String name,
int level,
java.lang.String bulletChar)
Create a bullet with level and bullet character.
|
Modifier and Type | Method and Description |
---|---|
int |
getLevel()
The level attribute specifies the level of the number and bullet list style.
|
java.lang.String |
getListFormat()
The bullet character attribute specifies the [UNICODE] character to use as the bullet in a bullet level
style.
|
java.lang.String |
getName()
The name of list style.
|
public BulletList(java.lang.String name)
name
- name of stylepublic BulletList(java.lang.String name, int level, java.lang.String bulletChar)
name
- name of stylelevel
- level attributebulletChar
- bullet characterpublic java.lang.String getName()
public int getLevel()
public java.lang.String getListFormat()
getListFormat
in interface List
Copyright © 2010 - No Magic Asia