Uses of Class
com.gitlab.pdftk_java.com.lowagie.text.Phrase
Packages that use Phrase
Package
Description
-
Uses of Phrase in com.gitlab.pdftk_java.com.lowagie.text
Subclasses of Phrase in com.gitlab.pdftk_java.com.lowagie.textModifier and TypeClassDescriptionclass
AnAnchor
can be a reference or a destination of a reference.class
AListItem
is aParagraph
that can be added to aList
.class
AParagraph
is a series ofChunk
s and/orPhrases
.Methods in com.gitlab.pdftk_java.com.lowagie.text that return PhraseModifier and TypeMethodDescriptionstatic final Phrase
Phrase.getInstance
(int leading, String string) Gets a special kind of Phrase that changes some characters into corresponding symbols.static final Phrase
Phrase.getInstance
(int leading, String string, Font font) Gets a special kind of Phrase that changes some characters into corresponding symbols.static final Phrase
Phrase.getInstance
(String string) Gets a special kind of Phrase that changes some characters into corresponding symbols.Constructors in com.gitlab.pdftk_java.com.lowagie.text with parameters of type Phrase -
Uses of Phrase in com.gitlab.pdftk_java.com.lowagie.text.pdf
Fields in com.gitlab.pdftk_java.com.lowagie.text.pdf declared as PhraseMethods in com.gitlab.pdftk_java.com.lowagie.text.pdf that return PhraseModifier and TypeMethodDescriptionprivate Phrase
TextField.composePhrase
(String text, BaseFont ufont, Color color, float fontSize) Process the text so that it will render with a combination of fonts if needed.Methods in com.gitlab.pdftk_java.com.lowagie.text.pdf with parameters of type PhraseModifier and TypeMethodDescriptionvoid
Adds aPhrase
to the current text array.void
Adds aPhrase
to the current text array.private static void
TextField.changeFontSize
(Phrase p, float size) static float
Gets the width that the line will occupy after writing.static float
Gets the width that the line will occupy after writing.void
ColumnText.setSimpleColumn
(Phrase phrase, float llx, float lly, float urx, float ury, float leading, int alignment) Simplified method for rectangular columns.void
Replaces the current text array with thisPhrase
.static void
ColumnText.showTextAligned
(PdfContentByte canvas, int alignment, Phrase phrase, float x, float y, float rotation) 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) Shows a line of text.