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) Method parameters in org.verapdf.parser with type arguments of type PDFFlavourModifier and TypeMethodDescriptionstatic booleanPDFFlavour.isFlavourFamily(List<PDFFlavour> flavours, PDFFlavour.SpecificationFamily specificationFamily) static booleanPDFFlavour.isFlavourPart(List<PDFFlavour> flavours, PDFFlavour.Specification specificationPart) static booleanPDFFlavour.isFlavourPDFSpecification(List<PDFFlavour> flavours, PDFFlavour.PDFSpecification pdfSpecification) static booleanPDFFlavour.isPDFUA2RelatedFlavour(List<PDFFlavour> flavours) -
Uses of PDFFlavour in org.verapdf.tools
Methods in org.verapdf.tools that return types with arguments of type PDFFlavourMethod parameters in org.verapdf.tools with type arguments of type PDFFlavourModifier and TypeMethodDescriptionstatic voidStaticResources.setFlavour(List<PDFFlavour> flavour)