Class 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.