| Package | Description | 
|---|---|
| com.itextpdf.text | |
| com.itextpdf.text.pdf | |
| com.itextpdf.tool.xml.html |  
          
           Everything to parse HTML tags to pdf used by the   HtmlPipeline is in here. 
          |  
       
| com.itextpdf.tool.xml.html.pdfelement |  
         Elements created for specific use when processing HTML. 
          |  
       
| Modifier and Type | Class and 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 Chunks and/or Phrases. 
            |  
         
| Modifier and Type | Method and 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 and 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 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 |  
          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. 
            |  
         
| Modifier and Type | Method and Description | 
|---|---|
protected void |  
          AbstractTagProcessor.updateParagraphFontIfNeeded(Phrase p, Element child) 
           
             In case child font is of bigger size than paragraph font, text overlapping may occur. 
              |  
         
| Modifier and Type | Class and Description | 
|---|---|
class  |  
          NoNewLineParagraph 
           
             A   NoNewLineParagraph is a series of Chunks and/or Phrases. 
            |  
         
| Constructor and Description | 
|---|
NoNewLineParagraph(Phrase phrase) 
           
             Constructs a   Paragraph with a certain Phrase. 
            |  
         
Copyright © 1998–2019. All rights reserved.