Class AutoFormattedWriterAbstractFactory
java.lang.Object
org.apache.camel.component.pdf.text.AutoFormattedWriterAbstractFactory
- All Implemented Interfaces:
TextProcessingAbstractFactory
public class AutoFormattedWriterAbstractFactory
extends Object
implements TextProcessingAbstractFactory
Builds set of classes for auto-formatting writing strategy. Text is getting sliced by words, then max amount of words
that fits in the line will be written into pdf document. With this strategy all words that doesn't fit in the line
will be moved to the new line.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
AutoFormattedWriterAbstractFactory
-
-
Method Details
-
createWriteStrategy
- Specified by:
createWriteStrategyin interfaceTextProcessingAbstractFactory
-
createSplitStrategy
- Specified by:
createSplitStrategyin interfaceTextProcessingAbstractFactory
-
createLineBuilderStrategy
- Specified by:
createLineBuilderStrategyin interfaceTextProcessingAbstractFactory
-