Package | Description |
---|---|
com.lowagie.text | |
com.lowagie.text.factories | |
com.lowagie.text.pdf | |
com.lowagie.text.pdf.events | |
com.lowagie.text.xml.simpleparser |
Modifier and Type | Field and Description |
---|---|
static Chunk |
Chunk.NEWLINE
This is a Chunk containing a newline.
|
static Chunk |
Chunk.NEXTPAGE
This is a Chunk containing a newpage.
|
protected Chunk |
ListItem.symbol
this is the symbol that will precede the listitem.
|
protected Chunk |
List.symbol
This is the listsymbol of a list that is not numbered.
|
Modifier and Type | Method and Description |
---|---|
static Chunk |
SpecialSymbol.get(char c,
Font font)
Gets a chunk with a symbol character.
|
Chunk |
ListItem.getListSymbol()
Returns the listsymbol.
|
Chunk |
List.getSymbol()
Gets the Chunk containing the symbol.
|
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.setCharacterSpacing(float charSpace)
Sets the character spacing.
|
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(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 |
Chunk.setUnderline(float thickness,
float yPosition)
Sets an horizontal line that can be an underline or a strikethrough.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
Phrase.addChunk(Chunk chunk)
Adds a Chunk.
|
void |
ListItem.setListSymbol(Chunk symbol)
Sets the listsymbol.
|
void |
List.setListSymbol(Chunk symbol)
Sets the listsymbol.
|
Constructor and Description |
---|
Anchor(Chunk chunk)
Constructs an
Anchor with a certain Chunk . |
Anchor(float leading,
Chunk chunk)
Constructs an
Anchor with a certain Chunk
and a certain leading. |
Chunk(Chunk ck)
A
Chunk copy constructor. |
Footnote(Chunk chunk) |
ListItem(Chunk chunk)
Constructs a
ListItem with a certain Chunk . |
ListItem(float leading,
Chunk chunk)
Constructs a
ListItem with a certain Chunk
and a certain leading. |
Paragraph(Chunk chunk)
Constructs a
Paragraph with a certain Chunk . |
Paragraph(float leading,
Chunk chunk)
Constructs a
Paragraph with a certain Chunk
and a certain leading. |
Phrase(Chunk chunk)
Constructs a
Phrase with a certain Chunk . |
Phrase(float leading,
Chunk chunk)
Constructs a
Phrase with a certain Chunk
and a certain leading. |
Modifier and Type | Method and Description |
---|---|
static Chunk |
ElementFactory.getChunk(Properties attributes)
Creates a Chunk object based on a list of properties.
|
Modifier and Type | Field and Description |
---|---|
protected Chunk |
PdfLine.listSymbol
The listsymbol (if necessary).
|
Modifier and Type | Method and Description |
---|---|
Chunk |
PdfLine.listSymbol()
Returns the listsymbol of this line.
|
Modifier and Type | Method and Description |
---|---|
void |
VerticalText.addText(Chunk chunk)
Adds a
Chunk to the current text array. |
void |
MultiColumnText.addText(Chunk chunk)
Adds a
Chunk to the current text array. |
void |
ColumnText.addText(Chunk chunk)
Adds a
Chunk to the current text array. |
Modifier and Type | Method and Description |
---|---|
Chunk |
IndexEvents.create(String text,
String in1)
Create an index entry.
|
Chunk |
IndexEvents.create(String text,
String in1,
String in2)
Create an index entry.
|
Chunk |
IndexEvents.create(String text,
String in1,
String in2,
String in3)
Create an index entry.
|
Modifier and Type | Method and Description |
---|---|
void |
IndexEvents.create(Chunk text,
String in1)
Create an index entry.
|
void |
IndexEvents.create(Chunk text,
String in1,
String in2)
Create an index entry.
|
void |
IndexEvents.create(Chunk text,
String in1,
String in2,
String in3)
Create an index entry.
|
Modifier and Type | Method and Description |
---|---|
static Chunk |
EntitiesToSymbol.get(String e,
Font font)
Gets a chunk with a symbol character.
|
Copyright © 2018. All rights reserved.