Class RomanList

java.lang.Object
com.itextpdf.text.List
com.itextpdf.text.RomanList
All Implemented Interfaces:
Indentable, Element, IAccessibleElement, TextElementArray

public class RomanList extends List
A special-version of LIST which use roman-letters.
See Also:
  • Constructor Details

    • RomanList

      public RomanList()
      Initialization
    • RomanList

      public RomanList(int symbolIndent)
      Initialization
      Parameters:
      symbolIndent - indent
    • RomanList

      public RomanList(boolean lowercase, int symbolIndent)
      Initialization
      Parameters:
      lowercase - roman-char in lowercase
      symbolIndent - indent
  • Method Details

    • add

      public boolean add(Element o)
      Adds an Element to the List.
      Specified by:
      add in interface TextElementArray
      Overrides:
      add in class List
      Parameters:
      o - the object to add.
      Returns:
      true if adding the object succeeded
    • cloneShallow

      public List cloneShallow()
      Overrides:
      cloneShallow in class List