Uses of Class
edu.upf.taln.dri.lib.util.PDFtoTextConvMethod
-
Packages that use PDFtoTextConvMethod Package Description edu.upf.taln.dri.lib edu.upf.taln.dri.lib.util -
-
Uses of PDFtoTextConvMethod in edu.upf.taln.dri.lib
Methods in edu.upf.taln.dri.lib that return PDFtoTextConvMethod Modifier and Type Method Description static PDFtoTextConvMethod
Factory. checkPDFtoTextConverter()
Get the PDF to text converter currently used by the library.Methods in edu.upf.taln.dri.lib with parameters of type PDFtoTextConvMethod Modifier and Type Method Description static void
Factory. setPDFtoTextConverter(PDFtoTextConvMethod converter)
Set the PDF to text converter that the library should use. -
Uses of PDFtoTextConvMethod in edu.upf.taln.dri.lib.util
Methods in edu.upf.taln.dri.lib.util that return PDFtoTextConvMethod Modifier and Type Method Description static PDFtoTextConvMethod
PDFtoTextConvMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static PDFtoTextConvMethod[]
PDFtoTextConvMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-