Package | Description |
---|---|
com.itextpdf.text | |
com.itextpdf.text.pdf |
Modifier and Type | Class | Description |
---|---|---|
class |
Anchor |
An
Anchor can be a reference or a destination of a reference. |
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 | Description |
---|---|---|
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.
|
Constructor | Description |
---|---|
Anchor(Phrase phrase) |
Constructs an
Anchor with a certain Phrase . |
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 | Field | Description |
---|---|---|
protected Phrase |
PdfPCell.phrase |
The text in the cell.
|
protected Phrase |
ColumnText.waitPhrase |
Modifier and Type | Method | 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 | Description |
---|---|---|
void |
PdfPTable.addCell(Phrase phrase) |
Adds a cell element.
|
void |
ColumnText.addText(Phrase phrase) |
Adds a
Phrase to the current text array. |
void |
VerticalText.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 | Description |
---|---|
PdfPCell(Phrase phrase) |
Constructs a
PdfPCell with a Phrase . |
Copyright © 2018. All rights reserved.