public enum BoxSelectionType extends Enum<BoxSelectionType>
Java class for BoxSelectionType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="BoxSelectionType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="mediaBox"/>
<enumeration value="cropBox"/>
<enumeration value="bleedBox"/>
<enumeration value="trimBox"/>
<enumeration value="artBox"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
ART_BOX |
BLEED_BOX |
CROP_BOX |
MEDIA_BOX |
TRIM_BOX |
| Modifier and Type | Method and Description |
|---|---|
static BoxSelectionType |
fromValue(String v) |
String |
value() |
static BoxSelectionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BoxSelectionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BoxSelectionType MEDIA_BOX
public static final BoxSelectionType CROP_BOX
public static final BoxSelectionType BLEED_BOX
public static final BoxSelectionType TRIM_BOX
public static final BoxSelectionType ART_BOX
public static BoxSelectionType[] values()
for (BoxSelectionType c : BoxSelectionType.values()) System.out.println(c);
public static BoxSelectionType 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 BoxSelectionType fromValue(String v)
Copyright © 2017–2023 SoftVision Development GmbH, Fulda, Germany. All rights reserved.