@SingleOutputAllowedExtensions public final class SetMetadataParameters extends SinglePdfSourceSingleOutputParameters
| Constructor and Description |
|---|
SetMetadataParameters() |
| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<PdfMetadataKey,String>> |
entrySet() |
boolean |
equals(Object other) |
PdfSource<?> |
getSource() |
int |
hashCode() |
Set<PdfMetadataKey> |
keySet() |
void |
put(PdfMetadataKey key,
String metadata)
adds the key,value
|
void |
putAll(Map<PdfMetadataKey,String> m) |
void |
setSource(PdfSource<?> source)
Set the source for this parameter.
|
getOutput, getOutputName, setOutput, setOutputNamegetMinRequiredPdfVersion, getVersion, isCompress, setCompress, setVersionisOverwrite, setOverwrite, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitisOverwritepublic Set<Map.Entry<PdfMetadataKey,String>> entrySet()
Map.entrySet()public Set<PdfMetadataKey> keySet()
Map.keySet()public void putAll(Map<PdfMetadataKey,String> m)
m - Map.putAll(Map)public void put(PdfMetadataKey key, String metadata)
key - metadata - Map.put(Object, Object)public int hashCode()
hashCode in class SinglePdfSourceSingleOutputParameterspublic boolean equals(Object other)
equals in class SinglePdfSourceSingleOutputParameterspublic PdfSource<?> getSource()
getSource in interface SinglePdfSourceTaskParameterspublic void setSource(PdfSource<?> source)
SinglePdfSourceTaskParameterssetSource in interface SinglePdfSourceTaskParametersCopyright © 2015. All Rights Reserved.