Uses of Class
org.verapdf.pdfa.flavours.PDFAFlavour.Level
-
Packages that use PDFAFlavour.Level Package Description org.verapdf.pdfa.flavours Enum types that identify the PDF/A flavours and specification details - too fine grained? -
-
Uses of PDFAFlavour.Level in org.verapdf.pdfa.flavours
Methods in org.verapdf.pdfa.flavours that return PDFAFlavour.Level Modifier and Type Method Description PDFAFlavour.LevelPDFAFlavour. getLevel()static PDFAFlavour.LevelPDFAFlavour.Level. valueOf(String name)Returns the enum constant of this type with the specified name.static PDFAFlavour.Level[]PDFAFlavour.Level. values()Returns an array containing the constants of this enum type, in the order they are declared.
-