Uses of Class
com.lowagie.text.List
-
Packages that use List Package Description com.lowagie.text com.lowagie.text.factories com.lowagie.text.pdf -
-
Uses of List in com.lowagie.text
Subclasses of List in com.lowagie.text Modifier and Type Class Description class
GreekList
A special-version ofLIST
which use greek-letters.class
RomanList
A special-version ofLIST
which use roman-letters.class
ZapfDingbatsList
A special-version ofLIST
which use zapfdingbats-letters.class
ZapfDingbatsNumberList
A special-version ofLIST
which use zapfdingbats-numbers (1..10).Methods in com.lowagie.text with parameters of type List Modifier and Type Method Description boolean
List. add(List nested)
Adds a nestedList
to theList
. -
Uses of List in com.lowagie.text.factories
Methods in com.lowagie.text.factories that return List Modifier and Type Method Description static List
ElementFactory. getList(java.util.Properties attributes)
Creates a List object based on a list of properties. -
Uses of List in com.lowagie.text.pdf
Methods in com.lowagie.text.pdf with parameters of type List Modifier and Type Method Description private void
PdfCell. addList(List list, float left, float right, int alignment)
-