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 com.itextpdf.svg.renderers.impl -
-
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 classLinkA clickable piece ofTextwhich contains alink annotation dictionary.Methods in com.itextpdf.layout.element that return Text Modifier and Type Method Description TextText. disableOtfFeatures()Disable otf features applying for this text element.TextText. setHorizontalScaling(float horizontalScaling)The horizontal scaling parameter adjusts the width of glyphs by stretching or compressing them in the horizontal direction.TextText. setNeutralRole()Give this element a neutral role.TextText. setSkew(float alpha, float beta)Skews the text to simulate italic and other effects.TextText. setTextRise(float textRise)Sets the text rise.Methods in com.itextpdf.layout.element with parameters of type Text Modifier and Type Method Description ListList. setListSymbol(Text text)Sets the list symbol to be used.ListItemListItem. 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. -
Uses of Text in com.itextpdf.svg.renderers.impl
Fields in com.itextpdf.svg.renderers.impl declared as Text Modifier and Type Field Description private TextTextLeafSvgNodeRenderer. textMethods in com.itextpdf.svg.renderers.impl with parameters of type Text Modifier and Type Method Description (package private) voidTextSvgBranchRenderer. addTextChild(Text text, SvgDrawContext drawContext)
-