public static enum TextDisplayAttribute.Value extends Enum<TextDisplayAttribute.Value>
Enum Constant and Description |
---|
AREA |
CONDITION |
FORMULA |
FULL |
NAME |
NAME_AND_EXTENSION |
NONE |
NUMBER |
NUMBER_AND_NAME |
PATH |
PLAIN_NUMBER |
PLAIN_NUMBER_AND_NAME |
TITLE |
TRUE |
VALUE |
Modifier and Type | Method and Description |
---|---|
static TextDisplayAttribute.Value |
enumValueOf(String value) |
String |
toString() |
static TextDisplayAttribute.Value |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextDisplayAttribute.Value[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TextDisplayAttribute.Value AREA
public static final TextDisplayAttribute.Value CONDITION
public static final TextDisplayAttribute.Value FORMULA
public static final TextDisplayAttribute.Value FULL
public static final TextDisplayAttribute.Value NAME
public static final TextDisplayAttribute.Value NAME_AND_EXTENSION
public static final TextDisplayAttribute.Value NONE
public static final TextDisplayAttribute.Value NUMBER
public static final TextDisplayAttribute.Value NUMBER_AND_NAME
public static final TextDisplayAttribute.Value PATH
public static final TextDisplayAttribute.Value PLAIN_NUMBER
public static final TextDisplayAttribute.Value PLAIN_NUMBER_AND_NAME
public static final TextDisplayAttribute.Value TITLE
public static final TextDisplayAttribute.Value TRUE
public static final TextDisplayAttribute.Value VALUE
public static TextDisplayAttribute.Value[] values()
for (TextDisplayAttribute.Value c : TextDisplayAttribute.Value.values()) System.out.println(c);
public static TextDisplayAttribute.Value 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 toString()
toString
in class Enum<TextDisplayAttribute.Value>
public static TextDisplayAttribute.Value enumValueOf(String value)
Copyright © 2008–2018 Apache Software Foundation; Copyright © 2018–2020 The Document Foundation. All rights reserved.