public final class DiagramWatermarkPlacementType
extends com.aspose.ms.System.Enum
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 |
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.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
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.