Class LineTerminationWriterAbstractFactory
java.lang.Object
org.apache.camel.component.pdf.text.LineTerminationWriterAbstractFactory
- All Implemented Interfaces:
TextProcessingAbstractFactory
public class LineTerminationWriterAbstractFactory
extends Object
implements TextProcessingAbstractFactory
Builds set of classes for line-termination writing strategy. Text getting sliced by line termination symbol (\n) and
then it will be written regardless it fits in the line or not.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
LineTerminationWriterAbstractFactory
-
-
Method Details
-
createWriteStrategy
- Specified by:
createWriteStrategyin interfaceTextProcessingAbstractFactory
-
createSplitStrategy
- Specified by:
createSplitStrategyin interfaceTextProcessingAbstractFactory
-
createLineBuilderStrategy
- Specified by:
createLineBuilderStrategyin interfaceTextProcessingAbstractFactory
-