public static final class Configuration.OverlayRepeat extends Enum
An enum containing data for repeating overlays.
Modifier and Type | Field and Description |
---|---|
static Configuration.OverlayRepeat |
ALL_PAGES
All pages of the shorter document are repeated, to overlay all pages of the longer document.
|
static Configuration.OverlayRepeat |
LAST_PAGE
Last page of the shorter document is repeated, to overlay all pages of the longer document.
|
static Configuration.OverlayRepeat |
NONE
No pages of the shorter document are repeated, leaving some pages of the longer document without overlay.
|
static Configuration.OverlayRepeat |
TRIM
The resulting PDF is trimmed to the number of pages of the shorter document.
|
Modifier and Type | Method and Description |
---|---|
static Configuration.OverlayRepeat |
valueOf(String name) |
static Configuration.OverlayRepeat[] |
values() |
public static final Configuration.OverlayRepeat ALL_PAGES
All pages of the shorter document are repeated, to overlay all pages of the longer document.
public static final Configuration.OverlayRepeat LAST_PAGE
Last page of the shorter document is repeated, to overlay all pages of the longer document.
public static final Configuration.OverlayRepeat NONE
No pages of the shorter document are repeated, leaving some pages of the longer document without overlay.
public static final Configuration.OverlayRepeat TRIM
The resulting PDF is trimmed to the number of pages of the shorter document.
public static Configuration.OverlayRepeat[] values()
public static Configuration.OverlayRepeat valueOf(String name)
This doc was generated on 2020-09-17. Copyright © 2002-2020 RealObjects GmbH. All Rights Reserved.