Uses of Class
net.sf.jasperreports.export.type.PdfPermissionsEnum
-
Packages that use PdfPermissionsEnum Package Description net.sf.jasperreports.export.type Providesenumtypes used by the exporter classes. -
-
Uses of PdfPermissionsEnum in net.sf.jasperreports.export.type
Methods in net.sf.jasperreports.export.type that return PdfPermissionsEnum Modifier and Type Method Description static PdfPermissionsEnumPdfPermissionsEnum. getByName(java.lang.String name)static PdfPermissionsEnumPdfPermissionsEnum. valueOf(java.lang.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.
-