| Package | Description |
|---|---|
| com.lowagie.text.rtf.parser.destinations |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RtfDestination.addListener(RtfDestinationListener listener)
Adds a
RtfDestinationListener to the RtfDestinationMgr. |
static boolean |
RtfDestinationMgr.addListener(String destination,
RtfDestinationListener listener)
Adds a
RtfDestinationListener to the appropriate RtfDestination. |
boolean |
RtfDestination.removeListener(RtfDestinationListener listener)
Removes a
RtfDestinationListener from the RtfDestinationMgr. |
static boolean |
RtfDestinationMgr.removeListener(String destination,
RtfDestinationListener listener)
Removes a
RtfDestinationListener from the appropriate RtfDestination. |
Copyright © 2017. All rights reserved.