Interface List
- All Known Implementing Classes:
BulletList,NumberList
@OpenApiAll
public interface List
The List interface used on all list level styles.
- Since:
- Oct 20, 2008
-
Method Details
-
getName
String getName()The name of list style.- Returns:
- name of list style.
-
getLevel
int getLevel()The level attribute specifies the level of the number and bullet list style.- Returns:
- level attribute
-
getListFormat
String getListFormat()The list format attribute specifies the format to use as the number or bullet.- Returns:
- list format
-