Uses of Class
com.lowagie.text.Phrase
Packages that use Phrase
-
Uses of Phrase in com.lowagie.text
Subclasses of Phrase in com.lowagie.textModifier and TypeClassDescriptionclassDeprecated.classDeprecated.classDeprecated.classDeprecated.Fields in com.lowagie.text declared as PhraseModifier and TypeFieldDescriptionprivate PhraseHeaderFooter.afterDeprecated.This is thePhrasethat comes after the pagenumber.private PhraseHeaderFooter.beforeDeprecated.This is thePhrasethat comes before the pagenumber.Methods in com.lowagie.text that return PhraseModifier and TypeMethodDescriptionHeaderFooter.getAfter()Deprecated.Gets the part that comes after the pageNumber.HeaderFooter.getBefore()Deprecated.Gets the part that comes before the pageNumber.static final PhrasePhrase.getInstance(int leading, String string) Deprecated.Gets a special kind of Phrase that changes some characters into corresponding symbols.static final PhrasePhrase.getInstance(int leading, String string, Font font) Deprecated.Gets a special kind of Phrase that changes some characters into corresponding symbols.static final PhrasePhrase.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 PhraseModifier and TypeMethodDescriptionvoidDeprecated.Adds aCellto theTable.voidDeprecated.Adds aCellto theTable.Constructors in com.lowagie.text with parameters of type PhraseModifierConstructorDescriptionDeprecated.Constructs anAnchorwith a certainPhrase.HeaderFooter(boolean numbered, Phrase after) Deprecated.Constructs aHeader-object with a pagenumber at the beginning.HeaderFooter(Phrase before, boolean numbered) Deprecated.Constructs aHeader-object with a pagenumber at the end.HeaderFooter(Phrase before, Phrase after) Deprecated.Constructs aHeaderFooter-object.Deprecated.Constructs aListItemwith a certainPhrase.Deprecated.Constructs aParagraphwith a certainPhrase.Deprecated.Copy constructor forPhrase. -
Uses of Phrase in com.lowagie.text.factories
Methods in com.lowagie.text.factories that return PhraseModifier and TypeMethodDescriptionstatic PhraseElementFactory.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 PhraseModifier and TypeFieldDescriptionprotected PhrasePdfPCell.phraseDeprecated.The text in the cell.protected PhraseColumnText.waitPhraseDeprecated.Methods in com.lowagie.text.pdf that return PhraseModifier and TypeMethodDescriptionprivate PhraseTextField.composePhrase(String text, BaseFont ufont, Color color, float fontSize) Deprecated.PdfPCell.getPhrase()Deprecated.Gets thePhrasefrom this cell.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 PhraseModifier and TypeMethodDescriptionDeprecated.Adds a cell element.voidDeprecated.Adds aPhraseto the current text array.voidDeprecated.Adds aPhraseto the current text array.voidDeprecated.Adds aPhraseto the current text array.private static voidTextField.changeFontSize(Phrase p, float size) Deprecated.static floatDeprecated.Gets the width that the line will occupy after writing.static floatDeprecated.Gets the width that the line will occupy after writing.voidDeprecated.Sets thePhrasefor this cell.voidColumnText.setSimpleColumn(Phrase phrase, float llx, float lly, float urx, float ury, float leading, int alignment) Deprecated.Simplified method for rectangular columns.voidDeprecated.Replaces the current text array with thisPhrase.static voidColumnText.showTextAligned(PdfContentByte canvas, int alignment, Phrase phrase, float x, float y, float rotation) Deprecated.Shows a line of text.static voidColumnText.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