Class CDARichList

    • Constructor Summary

      Constructors 
      Constructor Description
      CDARichList​(java.lang.CharSequence decoration)
      Create a list of the given symbols per nesting level
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.CharSequence getDecoration()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CDARichList

        public CDARichList​(java.lang.CharSequence decoration)
        Create a list of the given symbols per nesting level
        Parameters:
        decoration - a symbol to be added for differentiation. Can be [1,A,a,I,i] for prefixing each node with an arabic number (1., 2., …), a capitalized letter (A., B., …), a lowercase letter (a., b., …) or roman numerals in capital (I, II, …) or non capitalized form (i, ii, …). Alternatively unordered symbols can be used: `*` for bullets, `-` for dashes and `⭐` for stars etc.
    • Method Detail

      • getDecoration

        public java.lang.CharSequence getDecoration()
        Returns:
        decoration for this list.