Enum Class ListDomNode.Style

java.lang.Object
java.lang.Enum<ListDomNode.Style>
de.espirit.firstspirit.access.editor.value.ListDomNode.Style
All Implemented Interfaces:
Serializable, Comparable<ListDomNode.Style>, Constable
Enclosing interface:
ListDomNode

public static enum ListDomNode.Style extends Enum<ListDomNode.Style>
Represents the list style type.
Since:
4.2.17
  • Enum Constant Details

    • DEFAULT

      public static final ListDomNode.Style DEFAULT
      Default list style.
      Since:
      4.2.17
    • DASH

      public static final ListDomNode.Style DASH
      Dashed list style.
      Since:
      4.2.17
    • BULLET

      public static final ListDomNode.Style BULLET
      Bullets list style.
      Since:
      4.2.17
    • NUMBERED

      public static final ListDomNode.Style NUMBERED
      Numbered list style.
      Since:
      4.2.17
    • ALPHABETICAL_LOWERCASE

      public static final ListDomNode.Style ALPHABETICAL_LOWERCASE
      Lower-case alphabetical style.
      Since:
      4.2.17
    • ALPHABETICAL_UPPERCASE

      public static final ListDomNode.Style ALPHABETICAL_UPPERCASE
      Upper-case alphabetical style.
      Since:
      4.2.17
    • ROMAN_NUMBERS_LOWERCASE

      public static final ListDomNode.Style ROMAN_NUMBERS_LOWERCASE
      Lower-case Roman numerals style.
      Since:
      4.2.17
    • ROMAN_NUMBERS_UPPERCASE

      public static final ListDomNode.Style ROMAN_NUMBERS_UPPERCASE
      Upper-case Roman numerals style.
      Since:
      4.2.17
    • EMPTY

      public static final ListDomNode.Style EMPTY
      Empty list style.
      Since:
      4.2.17
    • USER_DEFINED

      public static final ListDomNode.Style USER_DEFINED
      User-defined list style.
      Since:
      4.2.17
  • Method Details

    • values

      public static ListDomNode.Style[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static ListDomNode.Style valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getIndex

      public int getIndex()
      Returns the styles index.
      Since:
      4.2.17
      See Also:
    • forIndex

      public static ListDomNode.Style forIndex(int index)
      Returns the style having the given index or default style as fallback.
      Since:
      4.2.17
      See Also: