public enum AltChunkType extends java.lang.Enum<AltChunkType>
| Enum Constant and Description |
|---|
Html |
Mht |
OfficeWordMacroEnabled |
OfficeWordMacroEnabledTemplate |
OfficeWordTemplate |
Rtf |
TextPlain |
WordprocessingML |
Xhtml |
Xml |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContentType() |
java.lang.String |
getExtension() |
static AltChunkType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AltChunkType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AltChunkType Xhtml
public static final AltChunkType Mht
public static final AltChunkType Xml
public static final AltChunkType TextPlain
public static final AltChunkType WordprocessingML
public static final AltChunkType OfficeWordMacroEnabled
public static final AltChunkType OfficeWordTemplate
public static final AltChunkType OfficeWordMacroEnabledTemplate
public static final AltChunkType Rtf
public static final AltChunkType Html
public static AltChunkType[] values()
for (AltChunkType c : AltChunkType.values()) System.out.println(c);
public static AltChunkType 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 getExtension()
public java.lang.String getContentType()
Copyright © 2007–2023. All rights reserved.