Uses of Class
net.webpdf.wsclient.openapi.OperationAnalyzePdfa.LevelEnum
-
Packages that use OperationAnalyzePdfa.LevelEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationAnalyzePdfa.LevelEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationAnalyzePdfa.LevelEnum Modifier and Type Method Description static OperationAnalyzePdfa.LevelEnumOperationAnalyzePdfa.LevelEnum. fromValue(String value)@Nullable OperationAnalyzePdfa.LevelEnumOperationAnalyzePdfa. getLevel()Specifies the compliance level when creating or validating PDF/A documents (as specified in ISO 19005).static OperationAnalyzePdfa.LevelEnumOperationAnalyzePdfa.LevelEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationAnalyzePdfa.LevelEnum[]OperationAnalyzePdfa.LevelEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.openapi with parameters of type OperationAnalyzePdfa.LevelEnum Modifier and Type Method Description OperationAnalyzePdfaOperationAnalyzePdfa. level(OperationAnalyzePdfa.LevelEnum level)voidOperationAnalyzePdfa. setLevel(OperationAnalyzePdfa.LevelEnum level)
-