public class ElementText extends java.lang.Object implements Element
| Modifier and Type | Class and Description |
|---|---|
static class |
ElementText.TextStyle
Style
|
| Constructor and Description |
|---|
ElementText(java.lang.String text)
Creates a new text
|
ElementText(java.lang.String text,
ElementText.TextStyle style)
Creates a new text
|
| Modifier and Type | Method and Description |
|---|---|
void |
render(rst.pdfbox.layout.elements.Document target,
int indent,
CertificateStyle style)
Renders the element to the given target
|
public ElementText(java.lang.String text)
text - public ElementText(java.lang.String text,
ElementText.TextStyle style)
text - public void render(rst.pdfbox.layout.elements.Document target,
int indent,
CertificateStyle style)
throws java.io.IOException
Element