public class CropParameters extends SinglePdfSourceSingleOutputParameters
| Constructor and Description |
|---|
CropParameters() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCropArea(RectangularBox area)
adds a area to the crop areas set.
|
void |
clearCropAreas()
clear crop areas
|
boolean |
equals(Object other) |
Set<RectangularBox> |
getCropAreas() |
PdfSource<?> |
getSource() |
int |
hashCode() |
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<RectangularBox> getCropAreas()
public void clearCropAreas()
public void addCropArea(RectangularBox area)
area - 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.