| Modifier and Type | Method and Description |
|---|---|
VerticalAlignment |
WatermarkParams.getVertAlign()
Get the vertical alignment to be used when adding the watermark to a page.
|
static VerticalAlignment |
VerticalAlignment.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VerticalAlignment[] |
VerticalAlignment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WatermarkParams.setVertAlign(VerticalAlignment v)
The vertical alignment to be used when adding the watermark to a page.
|