Uses of Enum Class
org.verapdf.parser.PDFFlavour
Packages that use PDFFlavour
-
Uses of PDFFlavour in org.verapdf.parser
Methods in org.verapdf.parser that return PDFFlavourModifier and TypeMethodDescriptionstatic PDFFlavourReturns the enum constant of this class with the specified name.static PDFFlavour[]PDFFlavour.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.verapdf.parser with parameters of type PDFFlavourModifier and TypeMethodDescriptionstatic booleanPDFFlavour.isFlavour(PDFFlavour currentFlavour, PDFFlavour flavour) static booleanPDFFlavour.isFlavourFamily(PDFFlavour flavour, PDFFlavour.SpecificationFamily specificationFamily) static booleanPDFFlavour.isFlavourPart(PDFFlavour flavour, PDFFlavour.Specification specificationPart) static booleanPDFFlavour.isFlavourPDFSpecification(PDFFlavour flavour, PDFFlavour.PDFSpecification pdfSpecification) static booleanPDFFlavour.isPDFUA2RelatedFlavour(PDFFlavour flavour) -
Uses of PDFFlavour in org.verapdf.tools
Methods in org.verapdf.tools that return PDFFlavourMethods in org.verapdf.tools with parameters of type PDFFlavour