Package | Description |
---|---|
com.realobjects.pdfreactor |
Main access to the API of PDFreactor.
|
Modifier and Type | Field and Description |
---|---|
static Configuration.OverlayRepeat |
Configuration.OverlayRepeat.ALL_PAGES
All pages of the shorter document are repeated, to overlay all pages of the longer document.
|
static Configuration.OverlayRepeat |
Configuration.OverlayRepeat.LAST_PAGE
Last page of the shorter document is repeated, to overlay all pages of the longer document.
|
static Configuration.OverlayRepeat |
Configuration.OverlayRepeat.NONE
No pages of the shorter document are repeated, leaving some pages of the longer document without overlay.
|
static Configuration.OverlayRepeat |
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 |
Configuration.OverlayRepeat.valueOf(String name) |
static Configuration.OverlayRepeat[] |
Configuration.OverlayRepeat.values() |
Modifier and Type | Method and Description |
---|---|
Configuration |
Configuration.setOverlayRepeat(Configuration.OverlayRepeat value)
If one of the documents of an overlay process is shorter than the other, this method
allows repeating either its last page or all of its pages in order to overlay all pages of
the longer document.
|
This doc was generated on 2020-09-17. Copyright © 2002-2020 RealObjects GmbH. All Rights Reserved.