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

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

Introduction

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

The text is from its open source code.

Constructor

ListItem(final float leading)
Constructs a ListItem with a certain leading.
ListItem(final Chunk chunk)
Constructs a ListItem with a certain Chunk.
ListItem(final String string)
Constructs a ListItem with a certain String.
ListItem(final Phrase phrase)
Constructs a ListItem with a certain Phrase.
ListItem(final String string, final Font font)
Constructs a ListItem with a certain String and a certain Font.
ListItem(final float leading, final Chunk chunk)
Constructs a ListItem with a certain Chunk and a certain leading.
ListItem(final float leading, final String string)
Constructs a ListItem with a certain String and a certain leading.
ListItem()
Constructs a ListItem.

Method

booleanadd(Element o)
Adds an Element to the Paragraph.
voidadjustListSymbolFont()
Changes the font of the list symbol to the font of the first chunk in the list item.
FontgetFont()
Gets the font of the first Chunk that appears in this Phrase.
floatgetTotalLeading()
Gets the total leading.
voidsetAlignment(int alignment)
Sets the alignment of this paragraph.
voidsetListSymbol(final Chunk symbol)
Sets the listsymbol.
voidsetMultipliedLeading(final float multipliedLeading)
Sets the variable leading.
voidsetSpacingAfter(float spacing)
voidsetSpacingBefore(float spacing)