DiagramWatermarkPlacementType

Inheritance: java.lang.Object

public final class DiagramWatermarkPlacementType

Specifies to what pages a watermark should be added.

Fields

Field Description
ForegroundPages A watermark should be added to foreground pages only.
BackgroundPages A watermark should be added to background pages only.
AllPages A watermark should be added to all pages.
SeparateBackgrounds Separate background pages with a watermark should be created and assigned to all pages without background.
Default The same as #ForegroundPages.ForegroundPages.

ForegroundPages

public static final int ForegroundPages

A watermark should be added to foreground pages only.

BackgroundPages

public static final int BackgroundPages

A watermark should be added to background pages only.

AllPages

public static final int AllPages

A watermark should be added to all pages.

SeparateBackgrounds

public static final int SeparateBackgrounds

Separate background pages with a watermark should be created and assigned to all pages without background.

Default

public static final int Default

The same as #ForegroundPages.ForegroundPages.