public static enum LineDecoration.DecorationShape extends java.lang.Enum<LineDecoration.DecorationShape>
Enum Constant and Description |
---|
ARROW |
DIAMOND |
NONE |
OVAL |
STEALTH |
TRIANGLE |
Modifier and Type | Method and Description |
---|---|
static LineDecoration.DecorationShape |
fromNativeId(int nativeId) |
static LineDecoration.DecorationShape |
fromOoxmlId(int ooxmlId) |
static LineDecoration.DecorationShape |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LineDecoration.DecorationShape[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LineDecoration.DecorationShape NONE
public static final LineDecoration.DecorationShape TRIANGLE
public static final LineDecoration.DecorationShape STEALTH
public static final LineDecoration.DecorationShape DIAMOND
public static final LineDecoration.DecorationShape OVAL
public static final LineDecoration.DecorationShape ARROW
public static LineDecoration.DecorationShape[] values()
for (LineDecoration.DecorationShape c : LineDecoration.DecorationShape.values()) System.out.println(c);
public static LineDecoration.DecorationShape valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static LineDecoration.DecorationShape fromNativeId(int nativeId)
public static LineDecoration.DecorationShape fromOoxmlId(int ooxmlId)
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.