| Modifier and Type | Method and Description |
|---|---|
static AddPageFlags |
AddPageFlags.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AddPageFlags[] |
AddPageFlags.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Content.addPage(int insertAfterIndex,
Document containerDoc,
Page srcPage,
Matrix dstMatrix,
java.util.List<java.lang.String> annotTypes,
java.util.EnumSet<AddPageFlags> flags,
Rect bbox)
Adds the specfied Page to the Content as a Form.
|