Class StringTextConverter

  • All Implemented Interfaces:
    IRtfListener

    public class StringTextConverter
    extends AbstractTextConverter
    This class implements a trivial RTF to text converter. The extracted text is cached in a buffer and is available to the caller using the getText() method.
    • Field Detail

      • buffer

        private java.lang.StringBuilder buffer
    • Constructor Detail

      • StringTextConverter

        public StringTextConverter()