Uses of Class
org.openpdf.text.Phrase
Packages that use Phrase
-
Uses of Phrase in org.openpdf.text
Subclasses of Phrase in org.openpdf.textModifier and TypeClassDescriptionclassAnAnchorcan be a reference or a destination of a reference.classAFootnoteis a little note that can be added at the bottom of a page.classAListItemis aParagraphthat can be added to aList.classAParagraphis a series ofChunks and/orPhrases.Methods in org.openpdf.text that return PhraseModifier and TypeMethodDescriptionHeaderFooter.getAfter()Gets the part that comes after the pageNumber.HeaderFooter.getBefore()Gets the part that comes before the pageNumber.static 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.Methods in org.openpdf.text with parameters of type PhraseModifier and TypeMethodDescriptionvoidAdds aCellto theTable.voidAdds aCellto theTable.Constructors in org.openpdf.text with parameters of type PhraseModifierConstructorDescriptionConstructs anAnchorwith a certainPhrase.HeaderFooter(boolean numbered, Phrase after) Constructs aHeader-object with a pagenumber at the beginning.HeaderFooter(Phrase before, boolean numbered) Constructs aHeader-object with a pagenumber at the end.HeaderFooter(Phrase before, Phrase after) Constructs aHeaderFooter-object.Constructs aListItemwith a certainPhrase.Constructs aParagraphwith a certainPhrase.Copy constructor forPhrase. -
Uses of Phrase in org.openpdf.text.factories
Methods in org.openpdf.text.factories that return PhraseModifier and TypeMethodDescriptionstatic PhraseElementFactory.getPhrase(Properties attributes) Creates a Phrase object based on a list of properties. -
Uses of Phrase in org.openpdf.text.pdf
Fields in org.openpdf.text.pdf declared as PhraseModifier and TypeFieldDescriptionprotected PhrasePdfPCell.phraseThe text in the cell.protected PhraseColumnText.waitPhraseMethods in org.openpdf.text.pdf that return PhraseModifier and TypeMethodDescriptionPdfPCell.getPhrase()Gets thePhrasefrom this cell.Process the text so that it will render with a combination of fonts if needed.Methods in org.openpdf.text.pdf with parameters of type PhraseModifier and TypeMethodDescriptionAdds a cell element.voidAdds aPhraseto the current text array.voidAdds aPhraseto the current text array.voidAdds aPhraseto the current text array.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 org.openpdf.text.pdf with parameters of type Phrase