Uses of Class
net.webpdf.wsclient.openapi.OperationConvertPdfa.LevelEnum
-
Packages that use OperationConvertPdfa.LevelEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationConvertPdfa.LevelEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationConvertPdfa.LevelEnum Modifier and Type Method Description static OperationConvertPdfa.LevelEnumOperationConvertPdfa.LevelEnum. fromValue(String value)@Nullable OperationConvertPdfa.LevelEnumOperationConvertPdfa. getLevel()Specifies the compliance level when creating or validating PDF/A documents (as specified in ISO 19005).static OperationConvertPdfa.LevelEnumOperationConvertPdfa.LevelEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationConvertPdfa.LevelEnum[]OperationConvertPdfa.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 OperationConvertPdfa.LevelEnum Modifier and Type Method Description OperationConvertPdfaOperationConvertPdfa. level(OperationConvertPdfa.LevelEnum level)voidOperationConvertPdfa. setLevel(OperationConvertPdfa.LevelEnum level)
-