Uses of Class
com.lowagie.text.Phrase

Packages that use Phrase
  • Uses of Phrase in com.lowagie.text

    Subclasses of Phrase in com.lowagie.text
    Modifier and Type
    Class
    Description
    class 
    Deprecated.
    class 
    Deprecated.
    class 
    Deprecated.
    class 
    Deprecated.
    Methods in com.lowagie.text that return Phrase
    Modifier and Type
    Method
    Description
    HeaderFooter.getAfter()
    Deprecated.
    Gets the part that comes after the pageNumber.
    HeaderFooter.getBefore()
    Deprecated.
    Gets the part that comes before the pageNumber.
    static final Phrase
    Phrase.getInstance(int leading, String string)
    Deprecated.
    Gets a special kind of Phrase that changes some characters into corresponding symbols.
    static final Phrase
    Phrase.getInstance(int leading, String string, Font font)
    Deprecated.
    Gets a special kind of Phrase that changes some characters into corresponding symbols.
    static final Phrase
    Phrase.getInstance(String string)
    Deprecated.
    Gets a special kind of Phrase that changes some characters into corresponding symbols.
    Methods in com.lowagie.text with parameters of type Phrase
    Modifier and Type
    Method
    Description
    void
    Table.addCell(Phrase content)
    Deprecated.
    Adds a Cell to the Table.
    void
    Table.addCell(Phrase content, Point location)
    Deprecated.
    Adds a Cell to the Table.
    Constructors in com.lowagie.text with parameters of type Phrase
    Modifier
    Constructor
    Description
     
    Anchor(Phrase phrase)
    Deprecated.
    Constructs an Anchor with a certain Phrase.
     
    HeaderFooter(boolean numbered, Phrase after)
    Deprecated.
    Constructs a Header-object with a pagenumber at the beginning.
     
    HeaderFooter(Phrase before, boolean numbered)
    Deprecated.
    Constructs a Header-object with a pagenumber at the end.
     
    HeaderFooter(Phrase before, Phrase after)
    Deprecated.
    Constructs a HeaderFooter-object.
     
    ListItem(Phrase phrase)
    Deprecated.
    Constructs a ListItem with a certain Phrase.
     
    Paragraph(Phrase phrase)
    Deprecated.
    Constructs a Paragraph with a certain Phrase.
     
    Phrase(Phrase phrase)
    Deprecated.
    Copy constructor for Phrase.
  • Uses of Phrase in com.lowagie.text.factories

    Methods in com.lowagie.text.factories that return Phrase
    Modifier and Type
    Method
    Description
    static Phrase
    ElementFactory.getPhrase(Properties attributes)
    Deprecated.
    Creates a Phrase object based on a list of properties.
  • Uses of Phrase in com.lowagie.text.pdf

    Fields in com.lowagie.text.pdf declared as Phrase
    Modifier and Type
    Field
    Description
    protected Phrase
    PdfPCell.phrase
    Deprecated.
    The text in the cell.
    protected Phrase
    ColumnText.waitPhrase
    Deprecated.
     
    Methods in com.lowagie.text.pdf that return Phrase
    Modifier and Type
    Method
    Description
    PdfPCell.getPhrase()
    Deprecated.
    Gets the Phrase from this cell.
    FontSelector.process(String text)
    Deprecated.
    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
    Modifier and Type
    Method
    Description
    PdfPTable.addCell(Phrase phrase)
    Deprecated.
    Adds a cell element.
    void
    ColumnText.addText(Phrase phrase)
    Deprecated.
    Adds a Phrase to the current text array.
    void
    MultiColumnText.addText(Phrase phrase)
    Deprecated.
    Adds a Phrase to the current text array.
    void
    VerticalText.addText(Phrase phrase)
    Deprecated.
    Adds a Phrase to the current text array.
    static float
    ColumnText.getWidth(Phrase phrase)
    Deprecated.
    Gets the width that the line will occupy after writing.
    static float
    ColumnText.getWidth(Phrase phrase, int runDirection, int arabicOptions)
    Deprecated.
    Gets the width that the line will occupy after writing.
    void
    PdfPCell.setPhrase(Phrase phrase)
    Deprecated.
    Sets the Phrase for this cell.
    void
    ColumnText.setSimpleColumn(Phrase phrase, float llx, float lly, float urx, float ury, float leading, int alignment)
    Deprecated.
    Simplified method for rectangular columns.
    void
    ColumnText.setText(Phrase phrase)
    Deprecated.
    Replaces the current text array with this Phrase.
    static void
    ColumnText.showTextAligned(PdfContentByte canvas, int alignment, Phrase phrase, float x, float y, float rotation)
    Deprecated.
    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)
    Deprecated.
    Shows a line of text.
    Constructors in com.lowagie.text.pdf with parameters of type Phrase
    Modifier
    Constructor
    Description
     
    PdfPCell(Phrase phrase)
    Deprecated.
    Constructs a PdfPCell with a Phrase.