Uses of Class
org.pdfsam.console.business.dto.PageRotation

Packages that use PageRotation
org.pdfsam.console.business.dto.commands   
org.pdfsam.console.utils   
 

Uses of PageRotation in org.pdfsam.console.business.dto.commands
 

Methods in org.pdfsam.console.business.dto.commands that return PageRotation
 PageRotation RotateParsedCommand.getRotation()
           
 PageRotation[] ConcatParsedCommand.getRotations()
           
 

Methods in org.pdfsam.console.business.dto.commands with parameters of type PageRotation
 void RotateParsedCommand.setRotation(PageRotation rotation)
           
 void ConcatParsedCommand.setRotations(PageRotation[] rotations)
           
 

Constructors in org.pdfsam.console.business.dto.commands with parameters of type PageRotation
ConcatParsedCommand(java.io.File outputFile, java.io.File inputCvsOrXmlFile, PdfFile[] inputFileList, java.lang.String[] pageSelections, boolean copyFields, PageRotation[] rotations, java.io.File inputDirectory)
           
ConcatParsedCommand(java.io.File outputFile, java.io.File inputCvsOrXmlFile, PdfFile[] inputFileList, java.lang.String[] pageSelections, boolean copyFields, PageRotation[] rotations, java.io.File inputDirectory, boolean overwrite, boolean compress, char outputPdfVersion)
           
ConcatParsedCommand(java.io.File outputFile, java.io.File inputCvsOrXmlFile, PdfFile[] inputFileList, java.lang.String pageSelection, boolean copyFields, PageRotation[] rotations, java.io.File inputDirectory, boolean overwrite, boolean compress, java.io.File logFile, char outputPdfVersion)
          Deprecated. use the constructor without the logFile parameter
RotateParsedCommand(PdfFile[] inputFileList, java.io.File outputFile, java.lang.String outputFilesPrefix, PageRotation rotation)
           
RotateParsedCommand(PdfFile[] inputFileList, java.io.File outputFile, java.lang.String outputFilesPrefix, PageRotation rotation, boolean overwrite, boolean compress, char outputPdfVersion)
           
 

Uses of PageRotation in org.pdfsam.console.utils
 

Methods in org.pdfsam.console.utils that return PageRotation
static PageRotation[] ValidationUtility.getPagesRotation(java.lang.String inputString)
          Overloaded ValidationUtility.getPagesRotation(String, boolean).
static PageRotation[] ValidationUtility.getPagesRotation(java.lang.String inputString, boolean allowSinglePagesRotation)
          all, odd and even pages rotation cannot be mixed together or with single pages rotations