public abstract class AbstractPdfToMultipleImageParameters extends AbstractPdfToImageParameters implements MultipleOutputTaskParameters, PageRangeSelection, PagesSelection
DEFAULT_DPI| Modifier and Type | Method and Description |
|---|---|
void |
addAllPageRanges(Collection<PageRange> ranges) |
void |
addPageRange(PageRange range) |
boolean |
equals(Object other) |
MultipleTaskOutput<?> |
getOutput() |
String |
getOutputPrefix() |
Set<Integer> |
getPages(int upperLimit) |
Set<PageRange> |
getPageSelection() |
int |
hashCode() |
void |
setOutput(MultipleTaskOutput<?> output)
Sets the output destination
|
void |
setOutputPrefix(String outputPrefix)
Set the prefix to be used to generate names of the multiple outputs for this parameter.
|
getOutputImageColorType, getOutputImageType, getResolutionInDpi, getSource, getUserZoom, setResolutionInDpi, setSource, setUserZoomisOverwrite, setOverwrite, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitisOverwritepublic void addPageRange(PageRange range)
public void addAllPageRanges(Collection<PageRange> ranges)
public Set<PageRange> getPageSelection()
getPageSelection in interface PageRangeSelectionpublic Set<Integer> getPages(int upperLimit)
getPages in interface PagesSelectionupperLimit - the number of pages of the document (upper limit).PageRange set or the natural order in
case of all pages.PagesSelection.getPages(int)public String getOutputPrefix()
getOutputPrefix in interface MultipleOutputTaskParameterspublic void setOutputPrefix(String outputPrefix)
MultipleOutputTaskParameterssetOutputPrefix in interface MultipleOutputTaskParameterspublic MultipleTaskOutput<?> getOutput()
getOutput in interface TaskParameterspublic void setOutput(MultipleTaskOutput<?> output)
MultipleOutputTaskParameterssetOutput in interface MultipleOutputTaskParameterspublic int hashCode()
hashCode in class AbstractPdfToImageParameterspublic boolean equals(Object other)
equals in class AbstractPdfToImageParametersCopyright © 2015. All Rights Reserved.