public interface RtfDestinationListener extends EventListener
RtfDestinationListener
interface for handling events.Modifier and Type | Method and Description |
---|---|
RtfCtrlWordData |
afterCtrlWord(RtfCtrlWordData ctrlWordData) |
int |
afterCharacter(int ch) |
RtfCtrlWordData |
beforeCtrlWord(RtfCtrlWordData ctrlWordData) |
int |
beforeCharacter(int ch) |
boolean |
onCloseGroup() |
RtfCtrlWordData |
onCtrlWord(RtfCtrlWordData ctrlWordData) |
int |
onCharacter(int ch) |
boolean |
onOpenGroup() |
RtfCtrlWordData beforeCtrlWord(RtfCtrlWordData ctrlWordData)
RtfCtrlWordData onCtrlWord(RtfCtrlWordData ctrlWordData)
RtfCtrlWordData afterCtrlWord(RtfCtrlWordData ctrlWordData)
int beforeCharacter(int ch)
int onCharacter(int ch)
int afterCharacter(int ch)
boolean onOpenGroup()
boolean onCloseGroup()
Copyright © 2015. All rights reserved.