Java com.itextpdf.layout.element List fields, constructors, methods, implement or subclass

Example usage for Java com.itextpdf.layout.element List fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.itextpdf.layout.element List.

The text is from its open source code.

Constructor

List()
Creates a List with the #DEFAULT_LIST_SYMBOL as a prefix.

Method

Listadd(ListItem listItem)
Adds a new ListItem to the bottom of the List.
Listadd(String text)
Adds a new ListItem to the bottom of the List.
ListsetItemStartIndex(int start)
Customizes the index of the first item in the list.
ListsetListSymbol(String symbol)
Sets the list symbol to be used.
ListsetListSymbol(Text text)
Sets the list symbol to be used.
ListsetListSymbol(Image image)
Sets the list symbol to be used.
ListsetListSymbol(ListNumberingType listNumberingType)
Sets the list numbering type to be used.