Class GreekList

java.lang.Object
com.lowagie.text.List
com.lowagie.text.GreekList
All Implemented Interfaces:
Element, TextElementArray

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

    • GreekList

      public GreekList()
      Initialization
    • GreekList

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

      public GreekList(boolean greeklower, int symbolIndent)
      Initialization
      Parameters:
      greeklower - greek-char in lowercase
      symbolIndent - indent
  • Method Details

    • setGreekFont

      protected void setGreekFont()
      change the font to SYMBOL
    • 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 element to add.
      Returns:
      true if adding the element succeeded
    • add

      public boolean add(String s)
      Adds a String to the List.
      Overrides:
      add in class List
      Parameters:
      s - the string to add.
      Returns:
      true if adding the string succeeded