Uses of Class
org.verapdf.parser.PDFFlavour
-
Packages that use PDFFlavour Package Description org.verapdf.parser org.verapdf.tools -
-
Uses of PDFFlavour in org.verapdf.parser
Methods in org.verapdf.parser that return PDFFlavour Modifier and Type Method Description static PDFFlavourPDFFlavour. valueOf(String name)Returns the enum constant of this type with the specified name.static PDFFlavour[]PDFFlavour. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PDFFlavour in org.verapdf.tools
Methods in org.verapdf.tools that return PDFFlavour Modifier and Type Method Description static PDFFlavourStaticResources. getFlavour()Methods in org.verapdf.tools with parameters of type PDFFlavour Modifier and Type Method Description static voidStaticResources. setFlavour(PDFFlavour flavour)
-