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