public enum PdfMetadataKey extends Enum<PdfMetadataKey>
| Enum Constant and Description |
|---|
AUTHOR |
CREATOR |
KEYWORDS |
SUBJECT |
TITLE |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
static PdfMetadataKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PdfMetadataKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PdfMetadataKey TITLE
public static final PdfMetadataKey AUTHOR
public static final PdfMetadataKey SUBJECT
public static final PdfMetadataKey KEYWORDS
public static final PdfMetadataKey CREATOR
public static PdfMetadataKey[] values()
for (PdfMetadataKey c : PdfMetadataKey.values()) System.out.println(c);
public static PdfMetadataKey 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 String getKey()
Copyright © 2015. All Rights Reserved.