public class RotateParameters extends MultiplePdfSourceMultipleOutputParameters
PdfSource
Can specify a rotation to be applied to a predefined set of pages (all, even, odd), all sources.
Can specify a rotation to be applied per page range, all sources.
Can specify a rotation to be applied per page range, per source.| Constructor and Description |
|---|
RotateParameters() |
RotateParameters(Rotation rotation) |
RotateParameters(Rotation rotation,
PredefinedSetOfPages predefinedSetOfPages) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAllPageRanges(Collection<PageRange> ranges) |
void |
addPageRange(PageRange range) |
void |
addPageRange(PageRange range,
Rotation rotation) |
void |
addPageRangePerSource(int sourceIndex,
PageRange range,
Rotation rotation) |
boolean |
equals(Object other) |
Map<PageRange,Rotation> |
getPageSelection() |
PredefinedSetOfPages |
getPredefinedSetOfPages() |
Rotation |
getRotation()
Deprecated.
|
Rotation |
getRotation(int page) |
Rotation |
getRotation(int sourceIndex,
int page) |
int |
hashCode() |
addSpecificResultFilename, addSpecificResultFilenames, getOutput, getOutputPrefix, getSpecificResultFilename, getSpecificResultFilename, getSpecificResultFilenames, setOutput, setOutputPrefixaddSource, addSources, getSourceList, removeAllSourcesgetMinRequiredPdfVersion, getVersion, isCompress, setCompress, setVersiongetExistingOutputPolicy, isLenient, setExistingOutputPolicy, setLenient, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetExistingOutputPolicy, isLenient, setExistingOutputPolicy, setLenientpublic RotateParameters(Rotation rotation, PredefinedSetOfPages predefinedSetOfPages)
public RotateParameters(Rotation rotation)
public RotateParameters()
@Deprecated public Rotation getRotation()
public Rotation getRotation(int page)
public Rotation getRotation(int sourceIndex, int page)
public void addPageRange(PageRange range)
public void addAllPageRanges(Collection<PageRange> ranges)
public void addPageRangePerSource(int sourceIndex,
PageRange range,
Rotation rotation)
public PredefinedSetOfPages getPredefinedSetOfPages()
public int hashCode()
hashCode in class MultiplePdfSourceMultipleOutputParameterspublic boolean equals(Object other)
equals in class MultiplePdfSourceMultipleOutputParametersCopyright © 2021 sejda. All rights reserved.