Uses of Class
com.itextpdf.text.Phrase
-
Packages that use Phrase Package Description com.itextpdf.text com.itextpdf.text.factories com.itextpdf.text.pdf -
-
Uses of Phrase in com.itextpdf.text
Subclasses of Phrase in com.itextpdf.text Modifier and Type Class Description classAnchorAnAnchorcan be a reference or a destination of a reference.classListItemAListItemis aParagraphthat can be added to aList.classParagraphAParagraphis a series ofChunks and/orPhrases.Methods in com.itextpdf.text that return Phrase Modifier and Type Method Description PhraseHeaderFooter. getAfter()Gets the part that comes after the pageNumber.PhraseHeaderFooter. getBefore()Gets the part that comes before the pageNumber.static PhrasePhrase. getInstance(int leading, java.lang.String string)Gets a special kind of Phrase that changes some characters into corresponding symbols.static PhrasePhrase. getInstance(int leading, java.lang.String string, Font font)Gets a special kind of Phrase that changes some characters into corresponding symbols.static PhrasePhrase. getInstance(java.lang.String string)Gets a special kind of Phrase that changes some characters into corresponding symbols.Methods in com.itextpdf.text with parameters of type Phrase Modifier and Type Method Description voidTable. addCell(Phrase content)Adds aCellto theTable.voidTable. addCell(Phrase content, java.awt.Point location)Adds aCellto theTable.Constructors in com.itextpdf.text with parameters of type Phrase Constructor Description Anchor(Phrase phrase)Constructs anAnchorwith a certainPhrase.HeaderFooter(Phrase before, boolean numbered)Constructs aHeader-object with a pagenumber at the end.HeaderFooter(Phrase before, Phrase after)Constructs aHeaderFooter-object.ListItem(Phrase phrase)Constructs aListItemwith a certainPhrase.Paragraph(Phrase phrase)Constructs aParagraphwith a certainPhrase.Phrase(Phrase phrase)Copy constructor forPhrase. -
Uses of Phrase in com.itextpdf.text.factories
Methods in com.itextpdf.text.factories that return Phrase Modifier and Type Method Description static PhraseElementFactory. getPhrase(java.util.Properties attributes)Creates a Phrase object based on a list of properties. -
Uses of Phrase in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf declared as Phrase Modifier and Type Field Description protected PhrasePdfPCell. phraseThe text in the cell.protected PhraseColumnText. waitPhraseMethods in com.itextpdf.text.pdf that return Phrase Modifier and Type Method Description PhrasePdfPCell. getPhrase()Gets thePhrasefrom this cell.PhraseFontSelector. process(java.lang.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 Modifier and Type Method Description voidPdfPTable. addCell(Phrase phrase)Adds a cell element.voidColumnText. addText(Phrase phrase)Adds aPhraseto the current text array.voidMultiColumnText. addText(Phrase phrase)Adds aPhraseto the current text array.voidVerticalText. addText(Phrase phrase)Adds aPhraseto the current text array.static floatColumnText. getWidth(Phrase phrase)Gets the width that the line will occupy after writing.static floatColumnText. getWidth(Phrase phrase, int runDirection, int arabicOptions)Gets the width that the line will occupy after writing.voidPdfPCell. setPhrase(Phrase phrase)Sets thePhrasefor this cell.voidColumnText. setSimpleColumn(Phrase phrase, float llx, float lly, float urx, float ury, float leading, int alignment)Simplified method for rectangular columns.voidColumnText. setText(Phrase phrase)Replaces 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 Constructor Description PdfPCell(Phrase phrase)Constructs aPdfPCellwith aPhrase.
-