Package | Description |
---|---|
com.itextpdf.layout.element | |
com.itextpdf.layout.renderer |
Modifier and Type | Class and Description |
---|---|
class |
Link
A clickable piece of Text which contains a link 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 |
---|---|
ListItem |
ListItem.setListSymbol(Text text)
Sets the list item symbol to be used.
|
List |
List.setListSymbol(Text text)
Sets the list 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–2018 iText Group NV. All rights reserved.