| Modifier and Type | Method and Description |
|---|---|
static PageMarkFlags |
PageMarkFlags.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PageMarkFlags[] |
PageMarkFlags.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.EnumSet<PageMarkFlags> |
SeparationParams.getPageMarksToEmit()
The page marks to emit for this plate.
|
java.util.EnumSet<PageMarkFlags> |
PrintParams.getWhichMarks() |
| Modifier and Type | Method and Description |
|---|---|
void |
SeparationParams.setPageMarksToEmit(java.util.EnumSet<PageMarkFlags> theMarks)
The page marks to emit for this plate.
|
void |
PrintParams.setWhichMarks(java.util.EnumSet<PageMarkFlags> value) |