Uses of Class
com.itextpdf.text.Phrase

Packages that use Phrase
com.itextpdf.text   
com.itextpdf.text.pdf   
 

Uses of Phrase in com.itextpdf.text
 

Subclasses of Phrase in com.itextpdf.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 Chunks and/or Phrases.
 

Methods in com.itextpdf.text that return Phrase
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.
 

Constructors in com.itextpdf.text with parameters of type Phrase
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.
 

Uses of Phrase in com.itextpdf.text.pdf
 

Fields in com.itextpdf.text.pdf declared as Phrase
protected  Phrase PdfPCell.phrase
          The text in the cell.
protected  Phrase ColumnText.waitPhrase
           
 

Methods in com.itextpdf.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.itextpdf.text.pdf with parameters of type Phrase
 void PdfPTable.addCell(Phrase phrase)
          Adds a cell element.
 void VerticalText.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.
 

Constructors in com.itextpdf.text.pdf with parameters of type Phrase
PdfPCell(Phrase phrase)
          Constructs a PdfPCell with a Phrase.
 



Copyright © 2013. All Rights Reserved.