public static final class Configuration.OverlayRepeat
extends java.lang.Enum
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(java.lang.String name) |
static Configuration.OverlayRepeat[] |
values() |
public static final Configuration.OverlayRepeat ALL_PAGES
public static final Configuration.OverlayRepeat LAST_PAGE
public static final Configuration.OverlayRepeat NONE
public static final Configuration.OverlayRepeat TRIM
public static Configuration.OverlayRepeat[] values()
public static Configuration.OverlayRepeat valueOf(java.lang.String name)
This doc was generated on 2018-08-13. Copyright © 2002-2018 RealObjects GmbH. All Rights Reserved.