Uses of Enum Class
org.apache.camel.component.pdf.TextProcessingFactory
Packages that use TextProcessingFactory
-
Uses of TextProcessingFactory in org.apache.camel.component.pdf
Methods in org.apache.camel.component.pdf that return TextProcessingFactoryModifier and TypeMethodDescriptionPdfConfiguration.getTextProcessingFactory()static TextProcessingFactoryReturns the enum constant of this class with the specified name.static TextProcessingFactory[]TextProcessingFactory.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.pdf with parameters of type TextProcessingFactoryModifier and TypeMethodDescriptionvoidPdfConfiguration.setTextProcessingFactory(TextProcessingFactory textProcessingFactory) Text processing to use.