public final class DiagramWatermarkPlacementType extends Object
Specifies to what pages a watermark should be added.
Modifier and Type | Field and Description |
---|---|
static int |
AllPages
A watermark should be added to all pages.
|
static int |
BackgroundPages
A watermark should be added to background pages only.
|
static int |
Default
The same as
. |
static int |
ForegroundPages
A watermark should be added to foreground pages only.
|
static int |
SeparateBackgrounds
Separate background pages with a watermark should be created and assigned to all pages without background.
|
public static final int ForegroundPages
A watermark should be added to foreground pages only.
public static final int BackgroundPages
A watermark should be added to background pages only.
public static final int AllPages
A watermark should be added to all pages.
public static final int SeparateBackgrounds
Separate background pages with a watermark should be created and assigned to all pages without background.
public static final int Default
DiagramWatermarkPlacementType.ForegroundPages
.