Interface MultilineTextProcessor

All Known Implementing Classes:
MultilineTextProcessorImpl

public interface MultilineTextProcessor
Processes texts that have a multiline text as value.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Replaces the text from the specified wrapper with the multiline text content if its value is a multiline string.
    void
    process(org.docx4j.wml.Text text)
    Replaces the specified text with the multiline text content if its value is a multiline string.
  • Method Details

    • process

      void process(org.docx4j.wml.Text text)
      Replaces the specified text with the multiline text content if its value is a multiline string.
      Parameters:
      text - a text with value
    • process

      void process(TextWrapper wrapper)
      Replaces the text from the specified wrapper with the multiline text content if its value is a multiline string.
      Parameters:
      wrapper - a wrapper for the text with a value