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