Uses of Class
net.sf.jasperreports.pdf.type.PdfPermissionsEnum
-
Packages that use PdfPermissionsEnum Package Description net.sf.jasperreports.pdf.type -
-
Uses of PdfPermissionsEnum in net.sf.jasperreports.pdf.type
Methods in net.sf.jasperreports.pdf.type that return PdfPermissionsEnum Modifier and Type Method Description static PdfPermissionsEnumPdfPermissionsEnum. getByName(String name)static PdfPermissionsEnumPdfPermissionsEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PdfPermissionsEnum[]PdfPermissionsEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-