Example usage for Java com.itextpdf.text ListItem fields, constructors, methods, implement or subclass
The text is from its open source code.
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 . |
boolean | add(Element o) Adds an Element to the Paragraph . |
void | adjustListSymbolFont() Changes the font of the list symbol to the font of the first chunk in the list item. |
Font | getFont() Gets the font of the first Chunk that appears in this Phrase . |
float | getTotalLeading() Gets the total leading. |
void | setAlignment(int alignment) Sets the alignment of this paragraph. |
void | setListSymbol(final Chunk symbol) Sets the listsymbol. |
void | setMultipliedLeading(final float multipliedLeading) Sets the variable leading. |
void | setSpacingAfter(float spacing) |
void | setSpacingBefore(float spacing) |