public static enum XDDFSpacing.Kind extends java.lang.Enum<XDDFSpacing.Kind>
| Modifier and Type | Method and Description |
|---|---|
static XDDFSpacing.Kind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XDDFSpacing.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XDDFSpacing.Kind PERCENT
public static final XDDFSpacing.Kind POINTS
public static XDDFSpacing.Kind[] values()
for (XDDFSpacing.Kind c : XDDFSpacing.Kind.values()) System.out.println(c);
public static XDDFSpacing.Kind 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 nullCopyright 2018 The Apache Software Foundation or its licensors, as applicable.