Package | Description |
---|---|
com.saperion.connector.options |
Rendering options.
|
Modifier and Type | Method and Description |
---|---|
static WatermarkTextStyle |
WatermarkTextStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WatermarkTextStyle[] |
WatermarkTextStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EnumSet<WatermarkTextStyle> |
WatermarkText.getStyles() |
Modifier and Type | Method and Description |
---|---|
void |
WatermarkText.setStyles(EnumSet<WatermarkTextStyle> styles) |
Constructor and Description |
---|
WatermarkText(String text,
String fontName,
int fontSize,
int opacity,
EnumSet<WatermarkTextStyle> styles)
Creates a new watermark-text with the specified options.
|
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.