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