public static final class Configuration.OverlayRepeat extends 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(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(String name)
This doc was generated on 2017-05-17. Copyright © 2002-2017 RealObjects GmbH. All Rights Reserved.