public static enum PDFInfo.StandardKey extends Enum<PDFInfo.StandardKey>
Enum Constant and Description |
---|
AUTHOR |
CREATION_DATE |
CREATOR |
KEYWORDS |
MOD_DATE |
PRODUCER |
SUBJECT |
TITLE |
TRAPPED |
Modifier and Type | Method and Description |
---|---|
static PDFInfo.StandardKey |
get(String name)
Returns the standard key that corresponds to the given name.
|
String |
getName()
Returns the name of this key.
|
static PDFInfo.StandardKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PDFInfo.StandardKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PDFInfo.StandardKey TITLE
public static final PDFInfo.StandardKey AUTHOR
public static final PDFInfo.StandardKey SUBJECT
public static final PDFInfo.StandardKey KEYWORDS
public static final PDFInfo.StandardKey CREATOR
public static final PDFInfo.StandardKey PRODUCER
public static final PDFInfo.StandardKey CREATION_DATE
public static final PDFInfo.StandardKey MOD_DATE
public static final PDFInfo.StandardKey TRAPPED
public static PDFInfo.StandardKey[] values()
for (PDFInfo.StandardKey c : PDFInfo.StandardKey.values()) System.out.println(c);
public static PDFInfo.StandardKey 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 static PDFInfo.StandardKey get(String name)
name
- key namepublic String getName()
Copyright © 2022 Apache Software Foundation. All rights reserved.