public static enum IWork13PackageParser.IWork13DocumentType extends Enum<IWork13PackageParser.IWork13DocumentType>
Enum Constant and Description |
---|
KEYNOTE13 |
NUMBERS13 |
PAGES13 |
UNKNOWN13 |
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 IWork13PackageParser.IWork13DocumentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IWork13PackageParser.IWork13DocumentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IWork13PackageParser.IWork13DocumentType KEYNOTE13
public static final IWork13PackageParser.IWork13DocumentType NUMBERS13
public static final IWork13PackageParser.IWork13DocumentType PAGES13
public static final IWork13PackageParser.IWork13DocumentType UNKNOWN13
public static IWork13PackageParser.IWork13DocumentType[] values()
for (IWork13PackageParser.IWork13DocumentType c : IWork13PackageParser.IWork13DocumentType.values()) System.out.println(c);
public static IWork13PackageParser.IWork13DocumentType 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)
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.