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 Summary

    Modifier and Type
    Method
    Description
    int
    The level attribute specifies the level of the number and bullet list style.
    The list format attribute specifies the format to use as the number or bullet.
    The name of list style.
  • 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