public enum ContentType extends java.lang.Enum<ContentType>
| Enum Constant and Description |
|---|
APPLICATION_XML |
CORE_PROPERTIES |
DOCUMENT |
ENDNOTES |
EXTENDED_PROPERTIES |
FONT_TABLE |
FOOTER |
HEADER |
IMAGE_PNG |
RELATIONSHIPS |
SETTINGS |
STYLES |
THEME |
WEB_SETTINGS |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getXmlns() |
static ContentType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ContentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContentType DOCUMENT
public static final ContentType STYLES
public static final ContentType ENDNOTES
public static final ContentType EXTENDED_PROPERTIES
public static final ContentType SETTINGS
public static final ContentType FOOTER
public static final ContentType THEME
public static final ContentType FONT_TABLE
public static final ContentType WEB_SETTINGS
public static final ContentType HEADER
public static final ContentType CORE_PROPERTIES
public static final ContentType APPLICATION_XML
public static final ContentType RELATIONSHIPS
public static final ContentType IMAGE_PNG
public static ContentType[] values()
for (ContentType c : ContentType.values()) System.out.println(c);
public static ContentType 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 java.lang.String getXmlns()