Uses of Class
com.selectpdf.ApiEnums.OutputFormat
-
Uses of ApiEnums.OutputFormat in com.selectpdf
Methods in com.selectpdf that return ApiEnums.OutputFormat Modifier and Type Method Description static ApiEnums.OutputFormat
ApiEnums.OutputFormat. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ApiEnums.OutputFormat[]
ApiEnums.OutputFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.selectpdf with parameters of type ApiEnums.OutputFormat Modifier and Type Method Description PdfToTextClient
PdfToTextClient. setOutputFormat(ApiEnums.OutputFormat outputFormat)
Set the output format.