|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Phrase | |
---|---|
com.lowagie.text | |
com.lowagie.text.pdf | |
com.lowagie.text.rtf | |
com.lowagie.text.rtf.text |
Uses of Phrase in com.lowagie.text |
---|
Subclasses of Phrase in com.lowagie.text | |
---|---|
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 . |
Methods in com.lowagie.text that return Phrase | |
---|---|
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. |
Methods in com.lowagie.text with parameters of type Phrase | |
---|---|
void |
Table.addCell(Phrase content)
Adds a Cell to the Table . |
void |
Table.addCell(Phrase content,
Point location)
Adds a Cell to the Table . |
Constructors in com.lowagie.text with parameters of type 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 . |
Uses of Phrase in com.lowagie.text.pdf |
---|
Fields in com.lowagie.text.pdf declared as Phrase | |
---|---|
protected Phrase |
PdfPCell.phrase
The text in the cell. |
protected Phrase |
ColumnText.waitPhrase
|
Methods in com.lowagie.text.pdf that return Phrase | |
---|---|
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. |
Methods in com.lowagie.text.pdf with parameters of type Phrase | |
---|---|
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. |
Constructors in com.lowagie.text.pdf with parameters of type Phrase | |
---|---|
PdfPCell(Phrase phrase)
Constructs a PdfPCell with a Phrase . |
Uses of Phrase in com.lowagie.text.rtf |
---|
Constructors in com.lowagie.text.rtf with parameters of type Phrase | |
---|---|
RtfHeaderFooter(Phrase before,
boolean numbered)
Deprecated. Constructs a new header |
|
RtfHeaderFooter(Phrase before,
Phrase after)
Deprecated. Constructs a new header |
|
RtfHeaderFooters(Phrase before,
boolean numbered)
Deprecated. Contructs a HeaderFooters object |
|
RtfHeaderFooters(Phrase before,
Phrase after)
Deprecated. Contructs a HeaderFooters object |
Uses of Phrase in com.lowagie.text.rtf.text |
---|
Constructors in com.lowagie.text.rtf.text with parameters of type Phrase | |
---|---|
RtfPhrase(RtfDocument doc,
Phrase phrase)
Constructs a new RtfPhrase for the RtfDocument with the given Phrase |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |