Uses of Class
net.webpdf.wsclient.openapi.OperationExtractionLinks.FileFormatEnum
-
Packages that use OperationExtractionLinks.FileFormatEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationExtractionLinks.FileFormatEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationExtractionLinks.FileFormatEnum Modifier and Type Method Description static OperationExtractionLinks.FileFormatEnumOperationExtractionLinks.FileFormatEnum. fromValue(String value)@Nullable OperationExtractionLinks.FileFormatEnumOperationExtractionLinks. getFileFormat()Used to define the output format for the PDF document text contents being extractedstatic OperationExtractionLinks.FileFormatEnumOperationExtractionLinks.FileFormatEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationExtractionLinks.FileFormatEnum[]OperationExtractionLinks.FileFormatEnum. 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 OperationExtractionLinks.FileFormatEnum Modifier and Type Method Description OperationExtractionLinksOperationExtractionLinks. fileFormat(OperationExtractionLinks.FileFormatEnum fileFormat)voidOperationExtractionLinks. setFileFormat(OperationExtractionLinks.FileFormatEnum fileFormat)
-