public static enum IWork18PackageParser.IWork18DocumentType extends Enum<IWork18PackageParser.IWork18DocumentType>
Modifier and Type | Method and Description |
---|---|
static MediaType |
detect(org.apache.commons.compress.archivers.zip.ZipFile zipFile) |
static MediaType |
detectIfPossible(ZipEntry entry) |
MediaType |
getType() |
static IWork18PackageParser.IWork18DocumentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IWork18PackageParser.IWork18DocumentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IWork18PackageParser.IWork18DocumentType KEYNOTE18
public static final IWork18PackageParser.IWork18DocumentType NUMBERS18
public static final IWork18PackageParser.IWork18DocumentType PAGES18
public static IWork18PackageParser.IWork18DocumentType[] values()
for (IWork18PackageParser.IWork18DocumentType c : IWork18PackageParser.IWork18DocumentType.values()) System.out.println(c);
public static IWork18PackageParser.IWork18DocumentType 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 MediaType getType()
public static MediaType detect(org.apache.commons.compress.archivers.zip.ZipFile zipFile)
zipFile
- Copyright © 2007–1969 The Apache Software Foundation. All rights reserved.