Uses of Class
com.itextpdf.layout.element.Text
-
Packages that use Text Package Description com.itextpdf.forms.form.renderer com.itextpdf.layout.element com.itextpdf.layout.renderer -
-
Uses of Text in com.itextpdf.forms.form.renderer
Constructors in com.itextpdf.forms.form.renderer with parameters of type Text Constructor Description FormFieldValueNonTrimmingTextRenderer(Text textElement)
-
Uses of Text in com.itextpdf.layout.element
Subclasses of Text in com.itextpdf.layout.element Modifier and Type Class Description class
Link
A clickable piece ofText
which contains alink annotation dictionary
.Methods in com.itextpdf.layout.element that return Text Modifier and Type Method Description Text
Text. setHorizontalScaling(float horizontalScaling)
The horizontal scaling parameter adjusts the width of glyphs by stretching or compressing them in the horizontal direction.Text
Text. setNeutralRole()
Give this element a neutral role.Text
Text. setSkew(float alpha, float beta)
Skews the text to simulate italic and other effects.Text
Text. setTextRise(float textRise)
Sets the text rise.Methods in com.itextpdf.layout.element with parameters of type Text Modifier and Type Method Description List
List. setListSymbol(Text text)
Sets the list symbol to be used.ListItem
ListItem. setListSymbol(Text text)
Sets the list item symbol to be used.Constructors in com.itextpdf.layout.element with parameters of type Text Constructor Description Paragraph(Text text)
Creates a Paragraph, initialized with a piece of text. -
Uses of Text in com.itextpdf.layout.renderer
Constructors in com.itextpdf.layout.renderer with parameters of type Text Constructor Description ConstantFontTextRenderer(Text textElement, java.lang.String font)
TextRenderer(Text textElement)
Creates a TextRenderer from its corresponding layout object.TextRenderer(Text textElement, java.lang.String text)
Creates a TextRenderer from its corresponding layout object, with a custom text to replace the contents of theText
.
-