Package | Description |
---|---|
com.lowagie.text | |
com.lowagie.text.factories | |
com.lowagie.text.pdf |
Modifier and Type | Class and Description |
---|---|
class |
Anchor
An
Anchor can be a reference or a destination of a reference. |
class |
Footnote
A
Footnote is a little note that can be added at the bottom of a
page. |
class |
ListItem
A
ListItem is a Paragraph
that can be added to a List . |
class |
Paragraph
A
Paragraph is a series of Chunk s and/or Phrases . |
Modifier and Type | Method and Description |
---|---|
Phrase |
HeaderFooter.getAfter()
Gets the part that comes after the pageNumber.
|
Phrase |
HeaderFooter.getBefore()
Gets the part that comes before the pageNumber.
|
static Phrase |
Phrase.getInstance(int leading,
String string)
Gets a special kind of Phrase that changes some characters into corresponding symbols.
|
static Phrase |
Phrase.getInstance(int leading,
String string,
Font font)
Gets a special kind of Phrase that changes some characters into corresponding symbols.
|
static Phrase |
Phrase.getInstance(String string)
Gets a special kind of Phrase that changes some characters into corresponding symbols.
|
Modifier and Type | Method and Description |
---|---|
void |
Table.addCell(Phrase content)
Adds a
Cell to the Table . |
void |
Table.addCell(Phrase content,
Point location)
Adds a
Cell to the Table . |
Constructor and Description |
---|
Anchor(Phrase phrase)
Constructs an
Anchor with a certain Phrase . |
HeaderFooter(Phrase before,
boolean numbered)
Constructs a
Header -object with a pagenumber at the end. |
HeaderFooter(Phrase before,
Phrase after)
Constructs a
HeaderFooter -object. |
ListItem(Phrase phrase)
Constructs a
ListItem with a certain Phrase . |
Paragraph(Phrase phrase)
Constructs a
Paragraph with a certain Phrase . |
Phrase(Phrase phrase)
Copy constructor for
Phrase . |
Modifier and Type | Method and Description |
---|---|
static Phrase |
ElementFactory.getPhrase(Properties attributes)
Creates a Phrase object based on a list of properties.
|
Modifier and Type | Field and Description |
---|---|
protected Phrase |
PdfPCell.phrase
The text in the cell.
|
protected Phrase |
ColumnText.waitPhrase |
Modifier and Type | Method and Description |
---|---|
Phrase |
PdfPCell.getPhrase()
Gets the
Phrase from this cell. |
Phrase |
FontSelector.process(String text)
Process the text so that it will render with a combination of fonts
if needed.
|
Modifier and Type | Method and Description |
---|---|
void |
PdfPTable.addCell(Phrase phrase)
Adds a cell element.
|
void |
VerticalText.addText(Phrase phrase)
Adds a
Phrase to the current text array. |
void |
MultiColumnText.addText(Phrase phrase)
Adds a
Phrase to the current text array. |
void |
ColumnText.addText(Phrase phrase)
Adds a
Phrase to the current text array. |
static float |
ColumnText.getWidth(Phrase phrase)
Gets the width that the line will occupy after writing.
|
static float |
ColumnText.getWidth(Phrase phrase,
int runDirection,
int arabicOptions)
Gets the width that the line will occupy after writing.
|
void |
PdfPCell.setPhrase(Phrase phrase)
Sets the
Phrase for this cell. |
void |
ColumnText.setSimpleColumn(Phrase phrase,
float llx,
float lly,
float urx,
float ury,
float leading,
int alignment)
Simplified method for rectangular columns.
|
void |
ColumnText.setText(Phrase phrase)
Replaces the current text array with this
Phrase . |
static void |
ColumnText.showTextAligned(PdfContentByte canvas,
int alignment,
Phrase phrase,
float x,
float y,
float rotation)
Shows a line of text.
|
static void |
ColumnText.showTextAligned(PdfContentByte canvas,
int alignment,
Phrase phrase,
float x,
float y,
float rotation,
int runDirection,
int arabicOptions)
Shows a line of text.
|
Constructor and Description |
---|
PdfPCell(Phrase phrase)
Constructs a
PdfPCell with a Phrase . |
Copyright © 2018. All rights reserved.