DiagramWatermarkPlacementType
Leave feedback
On this page
Inheritance: java.lang.Object
public final class DiagramWatermarkPlacementType
Specifies to what pages a watermark should be added.
| 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. |
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
The same as #ForegroundPages.ForegroundPages.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.