| Package | Description | 
|---|---|
| com.itextpdf.layout.element | |
| com.itextpdf.layout.renderer | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | Link
             A clickable piece of  Textwhich contains alink annotation dictionary. | 
| Modifier and Type | Method and 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. setSkew(float alpha, float beta)
             Skews the text to simulate italic and other effects. 
            | 
| Text | Text. setTextRise(float textRise)
             Sets the text rise. 
            | 
| Modifier and Type | Method and 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. 
            | 
| Constructor and Description | 
|---|
| Paragraph(Text text)
             Creates a Paragraph, initialized with a piece of text. 
            | 
| Constructor and Description | 
|---|
| TextRenderer(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 the  Text. | 
Copyright © 1998–2019 iText Group NV. All rights reserved.