Class RtfDestinationDocument

java.lang.Object
com.lowagie.text.rtf.parser.destinations.RtfDestination
com.lowagie.text.rtf.parser.destinations.RtfDestinationDocument
All Implemented Interfaces:
RtfPropertyListener, EventListener

public final class RtfDestinationDocument extends RtfDestination implements RtfPropertyListener
RtfDestinationDocument handles data destined for the document destination
Since:
2.1.0
Author:
Howard Shank (hgshank@yahoo.com)
  • Constructor Details

    • RtfDestinationDocument

      public RtfDestinationDocument()
    • RtfDestinationDocument

      public RtfDestinationDocument(RtfParser parser)
      Constructs a new RtfDestinationDocument using the parameters to initialize the object.
      Parameters:
      parser - an RtfParser.
  • Method Details