public class WatermarkTextParams
extends java.lang.Object
| Constructor and Description |
|---|
WatermarkTextParams() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
Color |
getColor()
Deprecated.
|
Font |
getFont()
The Font to be used when generating a text-based watermark.
|
float |
getFontSize() |
java.lang.String |
getText()
The text to be used when generating a text-based watermark.
|
HorizontalAlignment |
getTextAlign()
Set the alignment to be used when justifying a text-based watermark.
|
void |
setColor(Color color)
The color to be used when generating a text-based watermark.
|
void |
setFont(Font font)
The Font to be used when generating a text-based watermark.
|
void |
setFontSize(float value) |
void |
setText(java.lang.String arg0)
The text to be used when generating a text-based watermark.
|
void |
setTextAlign(HorizontalAlignment h)
The alignment to be used when justifying a text-based watermark.
|
public void delete()
public java.lang.String getText()
public void setText(java.lang.String arg0)
public Font getFont()
public void setFont(Font font)
public void setTextAlign(HorizontalAlignment h)
public HorizontalAlignment getTextAlign()
@Deprecated public Color getColor()
public void setColor(Color color)
public void setFontSize(float value)
public float getFontSize()