Uses of Enum
org.primefaces.component.export.PDFOrientationType
Packages that use PDFOrientationType
-
Uses of PDFOrientationType in org.primefaces.component.export
Methods in org.primefaces.component.export that return PDFOrientationTypeModifier and TypeMethodDescriptionPDFOptions.getOrientation()Gets the orientation of this PDF either LANDSCAPE or PORTRAIT.static PDFOrientationTypeReturns the enum constant of this type with the specified name.static PDFOrientationType[]PDFOrientationType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.primefaces.component.export with parameters of type PDFOrientationTypeModifier and TypeMethodDescriptionvoidPDFOptions.setOrientation(PDFOrientationType orientation) Sets the orientation of this PDF either LANDSCAPE or PORTRAIT.