com.lowagie.text.rtf.parser.destinations
public interface RtfDestinationListener extends EventListener
RtfDestinationListener interface for handling events.
Since: 2.0.8
| Method Summary | |
|---|---|
| int | afterCharacter(int ch) |
| RtfCtrlWordData | afterCtrlWord(RtfCtrlWordData ctrlWordData) |
| int | beforeCharacter(int ch) |
| RtfCtrlWordData | beforeCtrlWord(RtfCtrlWordData ctrlWordData) |
| int | onCharacter(int ch) |
| boolean | onCloseGroup() |
| RtfCtrlWordData | onCtrlWord(RtfCtrlWordData ctrlWordData) |
| boolean | onOpenGroup() |
Returns: true if all went well
Returns: true if all went well