| Modifier and Type | Method and Description |
|---|---|
static PageInsertFlags |
PageInsertFlags.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PageInsertFlags[] |
PageInsertFlags.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Document.insertPages(int mergeAfterThisPage,
Document doc2,
int startPage,
int numPages,
java.util.EnumSet<PageInsertFlags> insertFlags)
Inserts numPages pages from doc2 into doc.
|
void |
Document.insertPages(int mergeAfterThisPage,
Document doc2,
int startPage,
int numPages,
java.util.EnumSet<PageInsertFlags> insertFlags,
ProgressMonitor progressMonitor,
CancelProc cancelProc)
Inserts numPages pages from doc2 into doc.
|