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