Uses of Enum
com.winnovative_software.PdfPageOrientation
-
Uses of PdfPageOrientation in com.winnovative_software
Methods in com.winnovative_software that return PdfPageOrientationModifier and TypeMethodDescriptionstatic PdfPageOrientationPdfPageOrientation.getByValue(int val) PdfPage.orientation()Gets the PDF page orientationPdfDocumentOptions.pdfPageOrientation()Gets the page orientation of the pages of the PDF document generated by the HTML to PDF converter.static PdfPageOrientationReturns the enum constant of this type with the specified name.static PdfPageOrientation[]PdfPageOrientation.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 PdfPageOrientationModifier and TypeMethodDescriptionDocument.addPage(PdfPageSize pageSize, PdfMargins pageMargins, PdfPageOrientation pageOrientation) Creates a new PDF page with the specified size, margins and orientation and adds it to the collectionDocument.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) Creates a new PDF page with the specified size, margins and orientation and inserts it into the collection at the specified indexDocument.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 indexvoidPdfDocumentOptions.setPdfPageOrientation(PdfPageOrientation orientation) Sets the page orientation of the pages of the PDF document generated by the HTML to PDF converter.