Uses of Class
org.primefaces.component.export.PDFOrientationType
-
Packages that use PDFOrientationType Package Description org.primefaces.component.export -
-
Uses of PDFOrientationType in org.primefaces.component.export
Methods in org.primefaces.component.export that return PDFOrientationType Modifier and Type Method Description PDFOrientationTypePDFOptions. getOrientation()Gets the orientation of this PDF either LANDSCAPE or PORTRAIT.static PDFOrientationTypePDFOrientationType. valueOf(String name)Returns 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 PDFOrientationType Modifier and Type Method Description voidPDFOptions. setOrientation(PDFOrientationType orientation)Sets the orientation of this PDF either LANDSCAPE or PORTRAIT.
-