public enum PageMarkFlags extends java.lang.Enum<PageMarkFlags>
| Enum Constant and Description |
|---|
BLEED_MARKS |
COLOR_BARS |
CROP_MARKS |
PAGE_INFO |
REGISTRATION_MARKS |
SLUR_MARKS |
TRIM_MARKS |
| Modifier and Type | Method and Description |
|---|---|
static PageMarkFlags |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PageMarkFlags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PageMarkFlags COLOR_BARS
public static final PageMarkFlags REGISTRATION_MARKS
public static final PageMarkFlags CROP_MARKS
public static final PageMarkFlags BLEED_MARKS
public static final PageMarkFlags PAGE_INFO
public static final PageMarkFlags TRIM_MARKS
public static final PageMarkFlags SLUR_MARKS
public static PageMarkFlags[] values()
for (PageMarkFlags c : PageMarkFlags.values()) System.out.println(c);
public static PageMarkFlags valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null