Uses of Class
com.itextpdf.text.Phrase
Packages that use Phrase
Package
Description
Everything to parse HTML tags to pdf used by the
HtmlPipeline is in here.Elements created for specific use when processing HTML.-
Uses of Phrase in com.itextpdf.text
Subclasses of Phrase in com.itextpdf.textModifier and TypeClassDescriptionclassAnAnchorcan be a reference or a destination of a reference.classAListItemis aParagraphthat can be added to aList.classAParagraphis a series ofChunks and/orPhrases.Methods in com.itextpdf.text that return PhraseModifier and TypeMethodDescriptionstatic final PhrasePhrase.getInstance(int leading, String string) Gets a special kind of Phrase that changes some characters into corresponding symbols.static final PhrasePhrase.getInstance(int leading, String string, Font font) Gets a special kind of Phrase that changes some characters into corresponding symbols.static final PhrasePhrase.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 -
Uses of Phrase in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf declared as PhraseModifier and TypeFieldDescriptionprotected PhrasePdfPCell.phraseThe text in the cell.protected PhraseColumnText.waitPhraseMethods in com.itextpdf.text.pdf that return PhraseModifier and TypeMethodDescriptionprivate PhraseTextField.composePhrase(String text, BaseFont ufont, BaseColor color, float fontSize) PdfPCell.getPhrase()Gets thePhrasefrom this cell.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 PhraseModifier and TypeMethodDescriptionvoidAdds a cell element.voidAdds aPhraseto the current text array.voidAdds aPhraseto the current text array.private static voidTextField.changeFontSize(Phrase p, float size) static floatGets the width that the line will occupy after writing.static floatGets the width that the line will occupy after writing.voidSets thePhrasefor this cell.voidColumnText.setSimpleColumn(Phrase phrase, float llx, float lly, float urx, float ury, float leading, int alignment) Simplified method for rectangular columns.voidReplaces the current text array with thisPhrase.static voidColumnText.showTextAligned(PdfContentByte canvas, int alignment, Phrase phrase, float x, float y, float rotation) Shows a line of text.static voidColumnText.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 -
Uses of Phrase in com.itextpdf.tool.xml.html
Methods in com.itextpdf.tool.xml.html with parameters of type PhraseModifier and TypeMethodDescriptionprotected voidAbstractTagProcessor.updateParagraphFontIfNeeded(Phrase p, Element child) In case child font is of bigger size than paragraph font, text overlapping may occur. -
Uses of Phrase in com.itextpdf.tool.xml.html.pdfelement
Subclasses of Phrase in com.itextpdf.tool.xml.html.pdfelementModifier and TypeClassDescriptionclassANoNewLineParagraphis a series ofChunks and/orPhrases.Constructors in com.itextpdf.tool.xml.html.pdfelement with parameters of type PhraseModifierConstructorDescriptionNoNewLineParagraph(Phrase phrase) Constructs aParagraphwith a certainPhrase.