public final class WatermarkType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
IMAGE
Indicates that the image will be used as a watermark.
|
static int |
length |
static int |
NONE
Indicates watermark is no set.
|
static int |
TEXT
Indicates that the text will be used as a watermark.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String watermarkTypeName) |
static java.lang.String |
getName(int watermarkType) |
static int[] |
getValues() |
static java.lang.String |
toString(int watermarkType) |
public static final int TEXT
Such a watermark corresponds to a WordArt object.
public static final int IMAGE
Such a watermark corresponds to a shape with image.
public static final int NONE
public static final int length