static Chunk |
Entities.get(String e,
Font font) |
Gets a chunk with a symbol character.
|
static Chunk |
SpecialSymbol.get(char c,
Font font) |
Gets a chunk with a symbol character.
|
Chunk |
ListItem.listSymbol() |
Returns the listsymbol.
|
Chunk |
Chunk.setAction(PdfAction action) |
Sets an action for this Chunk.
|
Chunk |
Chunk.setAnchor(String url) |
Sets an anchor for this Chunk.
|
Chunk |
Chunk.setAnchor(URL url) |
Sets an anchor for this Chunk.
|
Chunk |
Chunk.setAnnotation(PdfAnnotation annotation) |
Sets a generic annotation to this Chunk.
|
Chunk |
Chunk.setBackground(Color color) |
Sets the color of the background Chunk.
|
Chunk |
Chunk.setBackground(Color color,
float extraLeft,
float extraBottom,
float extraRight,
float extraTop) |
Sets the color and the size of the background Chunk.
|
Chunk |
Chunk.setGenericTag(String text) |
Sets the generic tag Chunk.
|
Chunk |
Chunk.setHorizontalScaling(float scale) |
Sets the text horizontal scaling.
|
Chunk |
Chunk.setHyphenation(HyphenationEvent hyphenation) |
sets the hyphenation engine to this Chunk.
|
Chunk |
Chunk.setLocalDestination(String name) |
Sets a local destination for this Chunk.
|
Chunk |
Chunk.setLocalGoto(String name) |
Sets a local goto for this Chunk.
|
Chunk |
Chunk.setNewPage() |
Sets a new page tag..
|
Chunk |
Chunk.setRemoteGoto(String filename,
int page) |
Sets a goto for a remote destination for this Chunk.
|
Chunk |
Chunk.setRemoteGoto(String filename,
String name) |
Sets a goto for a remote destination for this Chunk.
|
Chunk |
Chunk.setSkew(float alpha,
float beta) |
Skews the text to simulate italic and other effects.
|
Chunk |
Chunk.setSplitCharacter(SplitCharacter splitCharacter) |
Sets the split characters.
|
Chunk |
Chunk.setTextRenderMode(int mode,
float strokeWidth,
Color strokeColor) |
Sets the text rendering mode.
|
Chunk |
Chunk.setTextRise(float rise) |
Sets the text displacement relative to the baseline.
|
Chunk |
Chunk.setUnderline(float thickness,
float yPosition) |
Sets an horizontal line that can be an underline or a strikethrough.
|
Chunk |
Chunk.setUnderline(Color color,
float thickness,
float thicknessMul,
float yPosition,
float yPositionMul,
int cap) |
Sets an horizontal line that can be an underline or a strikethrough.
|
Chunk |
List.symbol() |
Gets the Chunk containing the symbol.
|