@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, setOutput
getMinRequiredPdfVersion, getVersion, isCompress, setCompress, setVersion
getExistingOutputPolicy, isLenient, setExistingOutputPolicy, setLenient, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getExistingOutputPolicy, isLenient, setExistingOutputPolicy, setLenient
public 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 SinglePdfSourceSingleOutputParameters
public boolean equals(Object other)
equals
in class SinglePdfSourceSingleOutputParameters
public PdfSource<?> getSource()
getSource
in interface SinglePdfSourceTaskParameters
public void setSource(PdfSource<?> source)
SinglePdfSourceTaskParameters
setSource
in interface SinglePdfSourceTaskParameters
Copyright © 2019 sejda. All rights reserved.