Uses of Enum Class
org.verapdf.extensions.ExtensionObjectType
Packages that use ExtensionObjectType
Package
Description
Interfaces for PDF/A validation and Metadata repair.
-
Uses of ExtensionObjectType in org.verapdf.extensions
Methods in org.verapdf.extensions that return ExtensionObjectTypeModifier and TypeMethodDescriptionstatic ExtensionObjectTypeReturns the enum constant of this class with the specified name.static ExtensionObjectType[]ExtensionObjectType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ExtensionObjectType in org.verapdf.gf.model
Methods in org.verapdf.gf.model that return types with arguments of type ExtensionObjectTypeModifier and TypeMethodDescriptionstatic EnumSet<ExtensionObjectType>GFAExtensions.getExtensions(PDDocument document, EnumSet<ExtensionObjectType> enableExtensions) Method parameters in org.verapdf.gf.model with type arguments of type ExtensionObjectTypeModifier and TypeMethodDescriptionstatic GFModelParserGFModelParser.createModelWithFlavour(File pdfFile, PDFAFlavour flavour, PDFAFlavour defaultFlavour, String password, EnumSet<ExtensionObjectType> enabledExtensions) static GFModelParserGFModelParser.createModelWithFlavour(InputStream toLoad, PDFAFlavour flavour, PDFAFlavour defaultFlavour, String password, EnumSet<ExtensionObjectType> enabledExtensions) static EnumSet<ExtensionObjectType>GFAExtensions.getExtensions(PDDocument document, EnumSet<ExtensionObjectType> enableExtensions) -
Uses of ExtensionObjectType in org.verapdf.gf.model.impl.containers
Methods in org.verapdf.gf.model.impl.containers that return types with arguments of type ExtensionObjectTypeModifier and TypeMethodDescriptionstatic EnumSet<ExtensionObjectType>StaticContainers.getEnabledExtensions()Method parameters in org.verapdf.gf.model.impl.containers with type arguments of type ExtensionObjectTypeModifier and TypeMethodDescriptionstatic voidStaticContainers.setEnabledExtensions(EnumSet<ExtensionObjectType> enabledExtensions) -
Uses of ExtensionObjectType in org.verapdf.pdfa
Method parameters in org.verapdf.pdfa with type arguments of type ExtensionObjectTypeModifier and TypeMethodDescriptionVeraPDFFoundry.createParser(File pdfFile, PDFAFlavour flavour, PDFAFlavour defaultFlavour, String password, EnumSet<ExtensionObjectType> enabledExtensions) VeraPDFFoundry.createParser(InputStream pdfStream, PDFAFlavour flavour, PDFAFlavour defaultFlavour, String password, EnumSet<ExtensionObjectType> enabledExtensions) -
Uses of ExtensionObjectType in org.verapdf.pdfa.validation.validators
Methods in org.verapdf.pdfa.validation.validators that return types with arguments of type ExtensionObjectTypeMethod parameters in org.verapdf.pdfa.validation.validators with type arguments of type ExtensionObjectTypeModifier and TypeMethodDescriptionstatic ValidatorConfigValidatorFactory.createConfig(PDFAFlavour flavour, PDFAFlavour defaultFlavour, boolean recordPasses, int maxFails, boolean debug, boolean isLogsEnabled, Level loggingLevel, int maxNumberOfDisplayedFailedChecks, boolean showErrorMessages, String password, boolean showProgress, boolean nonPDFExtension, EnumSet<ExtensionObjectType> enabledExtensions) ValidatorConfigBuilder.enabledExtensions(EnumSet<ExtensionObjectType> enabledExtensions)