| Enum Constant and Description |
|---|
AutoShape
Specifies the AutoShape type.
|
Chart
Specifies the Chart type.
|
Comment
Specifies the Comment type.
|
CommentThreaded
Specifies the CommentThreaded type.
|
FormControl
Specifies the type.
|
Group
Specifies the Group type.
|
Picture
Specifies the Picture type.
|
Slicer
Specifies the Slicer type.
|
| Modifier and Type | Method and Description |
|---|---|
static ShapeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ShapeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ShapeType AutoShape
public static final ShapeType Chart
public static final ShapeType Comment
public static final ShapeType CommentThreaded
public static final ShapeType Group
public static final ShapeType Picture
public static final ShapeType Slicer
public static final ShapeType FormControl
public static ShapeType[] values()
for (ShapeType c : ShapeType.values()) System.out.println(c);
public static ShapeType 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 null