Uses of Class
com.itextpdf.layout.element.Text
-
Uses of Text in com.itextpdf.layout.element
Modifier and TypeClassDescriptionclass
A clickable piece ofText
which contains alink annotation dictionary
.Modifier and TypeMethodDescriptionText.setHorizontalScaling
(float horizontalScaling) The horizontal scaling parameter adjusts the width of glyphs by stretching or compressing them in the horizontal direction.Text.setNeutralRole()
Give this element a neutral role.Text.setSkew
(float alpha, float beta) Skews the text to simulate italic and other effects.Text.setTextRise
(float textRise) Sets the text rise.Modifier and TypeMethodDescriptionList.setListSymbol
(Text text) Sets the list symbol to be used.ListItem.setListSymbol
(Text text) Sets the list item symbol to be used. -
Uses of Text in com.itextpdf.layout.renderer
ModifierConstructorDescriptionTextRenderer
(Text textElement) Creates a TextRenderer from its corresponding layout object.TextRenderer
(Text textElement, String text) Creates a TextRenderer from its corresponding layout object, with a custom text to replace the contents of theText
.