Uses of Enum
com.winnovative_software.RotationAngle
-
Uses of RotationAngle in com.winnovative_software
Methods in com.winnovative_software that return RotationAngleModifier and TypeMethodDescriptionstatic RotationAngleRotationAngle.getByValue(int val) PdfPage.rotationAngle()Gets the PDF page rotation anglestatic RotationAngleReturns the enum constant of this type with the specified name.static RotationAngle[]RotationAngle.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.winnovative_software with parameters of type RotationAngleModifier and TypeMethodDescriptionDocument.addPage(PdfPageSize pageSize, PdfMargins pageMargins, PdfPageOrientation pageOrientation, RotationAngle pageRotation) Creates a new PDF page with the specified size, margins and orientation and adds it to the collectionDocument.insertPage(int index, PdfPageSize pageSize, PdfMargins pageMargins, PdfPageOrientation pageOrientation, RotationAngle pageRotation) Creates a new PDF page with the specified size, margins and orientation and inserts it into the collection at the specified index