public enum ShapeType extends Enum<ShapeType>
Modifier and Type | Class and Description |
---|---|
static class |
ShapeType.Adapter |
Enum Constant and Description |
---|
AUDIOFRAME |
CHART |
CONNECTOR |
GRAPHICALOBJECT |
GROUPSHAPE |
OLEOBJECTFRAME |
PICTUREFRAME |
SECTIONZOOMFRAME |
SHAPE |
SMARTART |
SMARTARTSHAPE |
SUMMARYZOOMFRAME |
SUMMARYZOOMSECTION |
TABLE |
VIDEOFRAME |
ZOOMFRAME |
Modifier and Type | Method and Description |
---|---|
static ShapeType |
fromValue(String text) |
String |
getValue() |
static ShapeType |
valueOf(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 SHAPE
public static final ShapeType CHART
public static final ShapeType TABLE
public static final ShapeType PICTUREFRAME
public static final ShapeType VIDEOFRAME
public static final ShapeType AUDIOFRAME
public static final ShapeType SMARTART
public static final ShapeType OLEOBJECTFRAME
public static final ShapeType GROUPSHAPE
public static final ShapeType GRAPHICALOBJECT
public static final ShapeType CONNECTOR
public static final ShapeType SMARTARTSHAPE
public static final ShapeType ZOOMFRAME
public static final ShapeType SECTIONZOOMFRAME
public static final ShapeType SUMMARYZOOMFRAME
public static final ShapeType SUMMARYZOOMSECTION
public static ShapeType[] values()
for (ShapeType c : ShapeType.values()) System.out.println(c);
public static ShapeType 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 getValue()
Copyright © 2022. All rights reserved.