public static enum ExOleObjAtom.Subtype extends java.lang.Enum<ExOleObjAtom.Subtype>
Enum Constant and Description |
---|
CLIPART_GALLERY |
DEFAULT |
EQUATION |
EXCEL |
EXCEL_CHART |
GRAPH |
IMAGE |
MEDIA_PLAYER |
NOTEIT |
ORGANIZATION_CHART |
POWERPOINT_PRESENTATION |
POWERPOINT_SLIDE |
PROJECT |
SOUND |
WORD_TABLE |
WORDART |
Modifier and Type | Method and Description |
---|---|
static ExOleObjAtom.Subtype |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExOleObjAtom.Subtype[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExOleObjAtom.Subtype DEFAULT
public static final ExOleObjAtom.Subtype CLIPART_GALLERY
public static final ExOleObjAtom.Subtype WORD_TABLE
public static final ExOleObjAtom.Subtype EXCEL
public static final ExOleObjAtom.Subtype GRAPH
public static final ExOleObjAtom.Subtype ORGANIZATION_CHART
public static final ExOleObjAtom.Subtype EQUATION
public static final ExOleObjAtom.Subtype WORDART
public static final ExOleObjAtom.Subtype SOUND
public static final ExOleObjAtom.Subtype IMAGE
public static final ExOleObjAtom.Subtype POWERPOINT_PRESENTATION
public static final ExOleObjAtom.Subtype POWERPOINT_SLIDE
public static final ExOleObjAtom.Subtype PROJECT
public static final ExOleObjAtom.Subtype NOTEIT
public static final ExOleObjAtom.Subtype EXCEL_CHART
public static final ExOleObjAtom.Subtype MEDIA_PLAYER
public static ExOleObjAtom.Subtype[] values()
for (ExOleObjAtom.Subtype c : ExOleObjAtom.Subtype.values()) System.out.println(c);
public static ExOleObjAtom.Subtype 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 nullCopyright 2021 The Apache Software Foundation or its licensors, as applicable.