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