Uses of Class
com.lowagie.text.List
-
Packages that use List Package Description com.lowagie.text com.lowagie.text.factories -
-
Uses of List in com.lowagie.text
Subclasses of List in com.lowagie.text Modifier and Type Class Description classGreekListA special-version ofLISTwhich use greek-letters.classRomanListA special-version ofLISTwhich use roman-letters.classZapfDingbatsListA special-version ofLISTwhich use zapfdingbats-letters.classZapfDingbatsNumberListA special-version ofLISTwhich use zapfdingbats-numbers (1..10).Methods in com.lowagie.text with parameters of type List Modifier and Type Method Description booleanList. add(List nested)Adds a nestedListto theList. -
Uses of List in com.lowagie.text.factories
Methods in com.lowagie.text.factories that return List Modifier and Type Method Description static ListElementFactory. getList(Properties attributes)Creates a List object based on a list of properties.
-