Uses of Interface
com.lowagie.text.rtf.parser.ctrlwords.RtfCtrlWordListener
-
Packages that use RtfCtrlWordListener Package Description com.lowagie.text.rtf.parser.ctrlwords -
-
Uses of RtfCtrlWordListener in com.lowagie.text.rtf.parser.ctrlwords
Fields in com.lowagie.text.rtf.parser.ctrlwords with type parameters of type RtfCtrlWordListener Modifier and Type Field Description private java.util.List<RtfCtrlWordListener>
RtfCtrlWordMgr. listeners
TheRtfCtrlWordListener
.Methods in com.lowagie.text.rtf.parser.ctrlwords with parameters of type RtfCtrlWordListener Modifier and Type Method Description void
RtfCtrlWordMgr. addRtfCtrlWordListener(RtfCtrlWordListener listener)
Adds aRtfCtrlWordListener
to theRtfCtrlWordMgr
.void
RtfCtrlWordMgr. removeRtfCtrlWordListener(RtfCtrlWordListener listener)
Removes aRtfCtrlWordListener
from theRtfCtrlWordMgr
.
-