| Package | Description |
|---|---|
| org.sejda.model.parameter | |
| org.sejda.model.pdf |
| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<PdfMetadataKey,String>> |
SetMetadataParameters.entrySet() |
Set<PdfMetadataKey> |
SetMetadataParameters.keySet() |
| Modifier and Type | Method and Description |
|---|---|
void |
SetMetadataParameters.put(PdfMetadataKey key,
String metadata)
adds the key,value
|
| Modifier and Type | Method and Description |
|---|---|
void |
SetMetadataParameters.putAll(Map<PdfMetadataKey,String> m) |
| Modifier and Type | Method and Description |
|---|---|
static PdfMetadataKey |
PdfMetadataKey.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PdfMetadataKey[] |
PdfMetadataKey.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015. All Rights Reserved.