public class RotateParameters extends MultiplePdfSourceMultipleOutputParameters implements PagesSelection, PageRangeSelection
PdfSource where the Rotation will be applied to the given
PredefinedSetOfPages or to the given PageRanges.| Constructor and Description |
|---|
RotateParameters(Rotation rotation) |
RotateParameters(Rotation rotation,
PredefinedSetOfPages predefinedSetOfPages) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAllPageRanges(Collection<PageRange> ranges) |
void |
addPageRange(PageRange range) |
void |
addSource(PdfSource<?> input)
adds the input source to the source list.
|
boolean |
equals(Object other) |
Set<Integer> |
getPages(int upperLimit) |
Set<PageRange> |
getPageSelection() |
PredefinedSetOfPages |
getPredefinedSetOfPages() |
Rotation |
getRotation() |
List<PdfSource<?>> |
getSourceList() |
int |
hashCode() |
getOutput, getOutputPrefix, setOutput, setOutputPrefixgetMinRequiredPdfVersion, getVersion, isCompress, setCompress, setVersionisOverwrite, setOverwrite, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitisOverwritepublic RotateParameters(Rotation rotation, PredefinedSetOfPages predefinedSetOfPages)
public RotateParameters(Rotation rotation)
public Rotation getRotation()
public void addPageRange(PageRange range)
public void addAllPageRanges(Collection<PageRange> ranges)
public PredefinedSetOfPages getPredefinedSetOfPages()
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 PredefinedSetOfPages.PagesSelection.getPages(int)public int hashCode()
hashCode in class MultiplePdfSourceMultipleOutputParameterspublic boolean equals(Object other)
equals in class MultiplePdfSourceMultipleOutputParameterspublic void addSource(PdfSource<?> input)
addSource in interface MultiplePdfSourceTaskParametersinput - public List<PdfSource<?>> getSourceList()
getSourceList in interface MultiplePdfSourceTaskParametersCopyright © 2015. All Rights Reserved.