Interface RtfDestinationListener
- All Superinterfaces:
EventListener
RtfDestinationListener
interface for handling events.- Since:
- 2.0.8
-
Method Summary
Modifier and TypeMethodDescriptionint
afterCharacter
(int ch) afterCtrlWord
(RtfCtrlWordData ctrlWordData) int
beforeCharacter
(int ch) beforeCtrlWord
(RtfCtrlWordData ctrlWordData) int
onCharacter
(int ch) boolean
onCtrlWord
(RtfCtrlWordData ctrlWordData) boolean
-
Method Details
-
beforeCtrlWord
-
onCtrlWord
-
afterCtrlWord
-
beforeCharacter
int beforeCharacter(int ch) -
onCharacter
int onCharacter(int ch) -
afterCharacter
int afterCharacter(int ch) -
onOpenGroup
boolean onOpenGroup()- Returns:
- true if all went well
-
onCloseGroup
boolean onCloseGroup()- Returns:
- true if all went well
-