public static enum StyleTypeDefinitions.LineThroughStyle extends Enum<StyleTypeDefinitions.LineThroughStyle>
| Enum Constant and Description |
|---|
BOLD |
DOUBLE |
NONE |
SINGLE |
WITH_SLASH |
WITH_X |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static StyleTypeDefinitions.LineThroughStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StyleTypeDefinitions.LineThroughStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StyleTypeDefinitions.LineThroughStyle NONE
public static final StyleTypeDefinitions.LineThroughStyle SINGLE
public static final StyleTypeDefinitions.LineThroughStyle DOUBLE
public static final StyleTypeDefinitions.LineThroughStyle BOLD
public static final StyleTypeDefinitions.LineThroughStyle WITH_X
public static final StyleTypeDefinitions.LineThroughStyle WITH_SLASH
public static StyleTypeDefinitions.LineThroughStyle[] values()
for (StyleTypeDefinitions.LineThroughStyle c : StyleTypeDefinitions.LineThroughStyle.values()) System.out.println(c);
public static StyleTypeDefinitions.LineThroughStyle 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<StyleTypeDefinitions.LineThroughStyle>Copyright © 2010–2018 Apache Software Foundation; Copyright © 2018–2020 The Document Foundation. All rights reserved.