public static enum StyleTextUnderlineStyleAttribute.Value extends Enum<StyleTextUnderlineStyleAttribute.Value>
| Enum Constant and Description |
|---|
DASH |
DOT_DASH |
DOT_DOT_DASH |
DOTTED |
LONG_DASH |
NONE |
SOLID |
WAVE |
| Modifier and Type | Method and Description |
|---|---|
static StyleTextUnderlineStyleAttribute.Value |
enumValueOf(String value) |
String |
toString() |
static StyleTextUnderlineStyleAttribute.Value |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StyleTextUnderlineStyleAttribute.Value[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StyleTextUnderlineStyleAttribute.Value DASH
public static final StyleTextUnderlineStyleAttribute.Value DOT_DASH
public static final StyleTextUnderlineStyleAttribute.Value DOT_DOT_DASH
public static final StyleTextUnderlineStyleAttribute.Value DOTTED
public static final StyleTextUnderlineStyleAttribute.Value LONG_DASH
public static final StyleTextUnderlineStyleAttribute.Value NONE
public static final StyleTextUnderlineStyleAttribute.Value SOLID
public static final StyleTextUnderlineStyleAttribute.Value WAVE
public static StyleTextUnderlineStyleAttribute.Value[] values()
for (StyleTextUnderlineStyleAttribute.Value c : StyleTextUnderlineStyleAttribute.Value.values()) System.out.println(c);
public static StyleTextUnderlineStyleAttribute.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<StyleTextUnderlineStyleAttribute.Value>public static StyleTextUnderlineStyleAttribute.Value enumValueOf(String value)
Copyright © 2008–2018 Apache Software Foundation; Copyright © 2018–2020 The Document Foundation. All rights reserved.