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.cli.commands
Methods in org.verapdf.cli.commands that return ExtensionObjectTypeModifier and TypeMethodDescriptionMethods in org.verapdf.cli.commands that return types with arguments of type ExtensionObjectType -
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.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)