public enum PageBoxType extends Enum<PageBoxType>
Java class for PageBoxType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="PageBoxType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="media_box"/>
<enumeration value="crop_box"/>
<enumeration value="bleed_box"/>
<enumeration value="trim_box"/>
<enumeration value="art_box"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
ART_BOX |
BLEED_BOX |
CROP_BOX |
MEDIA_BOX |
TRIM_BOX |
| Modifier and Type | Method and Description |
|---|---|
static PageBoxType |
fromValue(String v) |
String |
value() |
static PageBoxType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PageBoxType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PageBoxType MEDIA_BOX
public static final PageBoxType CROP_BOX
public static final PageBoxType BLEED_BOX
public static final PageBoxType TRIM_BOX
public static final PageBoxType ART_BOX
public static PageBoxType[] values()
for (PageBoxType c : PageBoxType.values()) System.out.println(c);
public static PageBoxType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String value()
public static PageBoxType fromValue(String v)
Copyright © 2017–2020 SoftVision Development GmbH, Fulda, Germany. All rights reserved.