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

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

Introduction

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

The text is from its open source code.

Field

booleanORDERED
a possible value for the numbered parameter
booleanUNORDERED
a possible value for the numbered parameter
booleanALPHABETICAL
a possible value for the lettered parameter

Constructor

Method

booleanadd(final String s)
Adds a String to the List.
booleanadd(final Element o)
Adds an Element to the List.
ListItemgetFirstItem()
ListItemgetLastItem()
booleanisEmpty()
Returns true if the list is empty.
voidsetAutoindent(final boolean autoindent)
voidsetIndentationLeft(final float indentation)
Sets the indentation of this paragraph on the left side.
voidsetListSymbol(final Chunk symbol)
Sets the listsymbol.
voidsetListSymbol(final String symbol)
Sets the listsymbol.
voidsetSymbolIndent(final float symbolIndent)
intsize()
Gets the size of the list.