Uses of Interface
com.lowagie.text.rtf.parser.destinations.RtfDestinationListener
-
Packages that use RtfDestinationListener Package Description com.lowagie.text.rtf.parser.destinations -
-
Uses of RtfDestinationListener in com.lowagie.text.rtf.parser.destinations
Methods in com.lowagie.text.rtf.parser.destinations with parameters of type RtfDestinationListener Modifier and Type Method Description booleanRtfDestination. addListener(RtfDestinationListener listener)Adds aRtfDestinationListenerto theRtfDestinationMgr.static booleanRtfDestinationMgr. addListener(java.lang.String destination, RtfDestinationListener listener)Adds aRtfDestinationListenerto the appropriateRtfDestination.booleanRtfDestination. removeListener(RtfDestinationListener listener)Removes aRtfDestinationListenerfrom theRtfDestinationMgr.static booleanRtfDestinationMgr. removeListener(java.lang.String destination, RtfDestinationListener listener)Removes aRtfDestinationListenerfrom the appropriateRtfDestination.
-