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

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

Introduction

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

The text is from its open source code.

Subclass

com.lowagie.text.List has subclasses.
Click this link to see all its subclasses.

Field

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

Constructor

List(boolean numbered, boolean lettered, float symbolIndent)
Creates a list
List()
Constructs a List.
List(boolean numbered, boolean lettered)
Constructs a List.
List(boolean numbered, float symbolIndent)
Constructs a List.
List(float symbolIndent)
Constructs a List with a specific symbol indentation.
List(boolean numbered)
Constructs a List.

Method

booleanadd(Object o)
Adds an Object to the List.
floatgetIndentationLeft()
Gets the indentation of this paragraph on the left side.
booleanisEmpty()
Returns true if the list is empty.
voidsetIndentationLeft(float indentation)
Sets the indentation of this paragraph on the left side.
voidsetIndentationRight(float indentation)
Sets the indentation of this paragraph on the right side.
voidsetLettered(boolean lettered)
voidsetListSymbol(Chunk symbol)
Sets the listsymbol.
voidsetListSymbol(String symbol)
Sets the listsymbol.
voidsetLowercase(boolean uppercase)
voidsetNumbered(boolean numbered)
voidsetPostSymbol(String postSymbol)
Sets the String that has to be added after a number or letter in the list symbol.
voidsetPreSymbol(String preSymbol)
Sets the String that has to be added before a number or letter in the list symbol.
voidsetSymbolIndent(float symbolIndent)
intsize()
Gets the size of the list.