Uses of Class
org.apache.camel.component.pdf.TextProcessingFactory
-
Packages that use TextProcessingFactory Package Description org.apache.camel.component.pdf -
-
Uses of TextProcessingFactory in org.apache.camel.component.pdf
Methods in org.apache.camel.component.pdf that return TextProcessingFactory Modifier and Type Method Description TextProcessingFactory
PdfConfiguration. getTextProcessingFactory()
static TextProcessingFactory
TextProcessingFactory. valueOf(String name)
Returns the enum constant of this type with the specified name.static TextProcessingFactory[]
TextProcessingFactory. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.pdf with parameters of type TextProcessingFactory Modifier and Type Method Description void
PdfConfiguration. setTextProcessingFactory(TextProcessingFactory textProcessingFactory)
Text processing to use.
-