Interface RtfCtrlWordListener
- All Superinterfaces:
EventListener
RtfCtrlWordListener
interface for handling events.- Since:
- 2.0.8
-
Method Summary
Modifier and TypeMethodDescriptionafterCtrlWord
(RtfCtrlWordData ctrlWordData) beforeCtrlWord
(RtfCtrlWordData ctrlWordData) onCtrlWord
(RtfCtrlWordData ctrlWordData)
-
Method Details
-
beforeCtrlWord
- Returns:
- null or modified copy of the ctrlWordData object
-
onCtrlWord
- Returns:
- null or modified copy of the ctrlWordData object
-
afterCtrlWord
- Returns:
- null or modified copy of the ctrlWordData object
-